Bugzilla – Attachment 1817 Details for
Bug 1738
openbsd-compat wants xstrdup but it's in libssh.a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add -lssh again to link pksc11-helper
openssh-5.4_p1-linkage.patch (text/plain), 664 bytes, created by
Alan Hourihane
on 2010-03-24 01:44:30 AEDT
(
hide
)
Description:
add -lssh again to link pksc11-helper
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2010-03-24 01:44:30 AEDT
Size:
664 bytes
patch
obsolete
>--- Makefile.in.old 2010-03-23 12:36:27.000000000 +0000 >+++ Makefile.in 2010-03-23 12:36:34.000000000 +0000 >@@ -160,7 +160,7 @@ > $(LD) -o $@ ssh-keysign.o readconf.o roaming_dummy.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) > > ssh-pkcs11-helper$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-pkcs11-helper.o ssh-pkcs11.o >- $(LD) -o $@ ssh-pkcs11-helper.o ssh-pkcs11.o $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) >+ $(LD) -o $@ ssh-pkcs11-helper.o ssh-pkcs11.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh $(LIBS) > > ssh-keyscan$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-keyscan.o roaming_dummy.o > $(LD) -o $@ ssh-keyscan.o roaming_dummy.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh $(LIBS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1738
:
1816
| 1817