]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
authordtucker <dtucker>
Sat, 23 Sep 2006 06:25:19 +0000 (06:25 +0000)
committerdtucker <dtucker>
Sat, 23 Sep 2006 06:25:19 +0000 (06:25 +0000)
   $LDFLAGS.  Patch from vapier at gentoo org.

ChangeLog
configure.ac

index f03853b36fdae920ca779f5cbd4b81e37aab16a8..ee9556a84c1fdc46f133c528229125d2c486341e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20060923
+ - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
+   $LDFLAGS.  Patch from vapier at gentoo org.
+
 20060922
  - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
    some platforms (eg HP-UX 11.00).  From santhi.amirta at gmail com.
index af92560e855026ec2d88e03f2692d51d436ef658..2f7657702ea931ccda596f8733675423c613ac0b 100644 (file)
@@ -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
This page took 0.048517 seconds and 5 git commands to generate.