Bugzilla – Attachment 1186 Details for
Bug 1234
configure adds opensc libs to LDFLAGS when it should use LIBS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openssh-opensc-libs.patch
openssh-opensc-libs.patch (text/plain), 622 bytes, created by
Mike Frysinger
on 2006-09-23 14:54:40 AEST
(
hide
)
Description:
openssh-opensc-libs.patch
Filename:
MIME Type:
Creator:
Mike Frysinger
Created:
2006-09-23 14:54:40 AEST
Size:
622 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvs/openssh/configure.ac,v >retrieving revision 1.365 >diff -u -p -r1.365 configure.ac >--- configure.ac 18 Sep 2006 13:17:41 -0000 1.365 >+++ configure.ac 23 Sep 2006 04:54:12 -0000 >@@ -3086,7 +3086,7 @@ AC_ARG_WITH(opensc, > LIBOPENSC_CFLAGS=`$OPENSC_CONFIG --cflags` > LIBOPENSC_LIBS=`$OPENSC_CONFIG --libs` > CPPFLAGS="$CPPFLAGS $LIBOPENSC_CFLAGS" >- LDFLAGS="$LDFLAGS $LIBOPENSC_LIBS" >+ LIBS="$LIBS $LIBOPENSC_LIBS" > AC_DEFINE(SMARTCARD) > AC_DEFINE(USE_OPENSC, 1, > [Define if you want smartcard support
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 1234
: 1186