[Pcsclite-cvs-commit] r1941 - trunk/libmusclecard/src

Ludovic Rousseau rousseau at costa.debian.org
Sun Mar 19 11:23:52 CET 2006


Author: rousseau
Date: 2006-03-19 10:23:51 +0000 (Sun, 19 Mar 2006)
New Revision: 1941

Modified:
   trunk/libmusclecard/src/Makefile.am
Log:
add -Wl,-Bsymbolic to libmusclecard_la_LDFLAGS

See http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0260.html
thanks to Iain MacDonnell for the patch


Modified: trunk/libmusclecard/src/Makefile.am
===================================================================
--- trunk/libmusclecard/src/Makefile.am	2006-03-19 10:00:21 UTC (rev 1940)
+++ trunk/libmusclecard/src/Makefile.am	2006-03-19 10:23:51 UTC (rev 1941)
@@ -1,7 +1,7 @@
 # Process this file with automake to create Makefile.in.
 
 lib_LTLIBRARIES = libmusclecard.la
-libmusclecard_la_LDFLAGS = -version-info 1:0:0
+libmusclecard_la_LDFLAGS = -version-info 1:0:0 -Wl,-Bsymbolic
 
 noinst_PROGRAMS = muscletest
 




More information about the Pcsclite-cvs-commit mailing list