Bugzilla – Attachment 1882 Details for
Bug 1770
circular dependencies prevent building on platforms without strlcpy, vasprintf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openssh-bug1770.patch
openssh-bug1770.patch (text/plain), 1.13 KB, created by
Darren Tucker
on 2010-06-22 15:23:15 AEST
(
hide
)
Description:
openssh-bug1770.patch
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2010-06-22 15:23:15 AEST
Size:
1.13 KB
patch
obsolete
>Index: Makefile.in >=================================================================== >RCS file: /home/dtucker/openssh/cvs/openssh/Makefile.in,v >retrieving revision 1.309 >retrieving revision 1.310 >diff -u -p -r1.309 -r1.310 >--- Makefile.in 13 Mar 2010 21:41:34 -0000 1.309 >+++ Makefile.in 12 May 2010 06:51:39 -0000 1.310 >@@ -1,4 +1,4 @@ >-# $Id: Makefile.in,v 1.309 2010/03/13 21:41:34 djm Exp $ >+# $Id: Makefile.in,v 1.310 2010/05/12 06:51:39 dtucker Exp $ > > # uncomment if you run a non bourne compatable shell. Ie. csh > #SHELL = @SH@ >@@ -160,7 +160,7 @@ ssh-keysign$(EXEEXT): $(LIBCOMPAT) libss > $(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 -lssh $(LIBS) >+ $(LD) -o $@ ssh-pkcs11-helper.o ssh-pkcs11.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(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 Raw
Actions:
View
Attachments on
bug 1770
:
1847
| 1882