search for: libopensc_libs

Displaying 1 result from an estimated 1 matches for "libopensc_libs".

2006 Sep 23
3
[Bug 1234] configure adds opensc libs to LDFLAGS when it should use LIBS
...Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: vapier at gentoo.org configure.ac does this: LIBOPENSC_CFLAGS=`$OPENSC_CONFIG --cflags` LIBOPENSC_LIBS=`$OPENSC_CONFIG --libs` CPPFLAGS="$CPPFLAGS $LIBOPENSC_CFLAGS" LDFLAGS="$LDFLAGS $LIBOPENSC_LIBS" since we're grabbing libs, we actually want to be sticking that into LIBS otherwise, when the binaries get linked, they're...