[Pcsclite-cvs-commit] PCSC/src Makefile.am,1.32,1.33

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Tue, 16 Sep 2003 17:54:04 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv10165/src

Modified Files:
	Makefile.am 
Log Message:
Put back -rdynamic to pcscd linking because of some
IFD drivers. IMHO this is wrong, but what can you do.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/Makefile.am,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile.am	8 Sep 2003 12:04:31 -0000	1.32
+++ Makefile.am	16 Sep 2003 15:54:02 -0000	1.33
@@ -68,6 +68,7 @@
 
 pcscd_SOURCES = pcscdaemon.c winscard_svc.c
 pcscd_CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@
+pcscd_LDFLAGS = @LDFLAGS@ -rdynamic
 pcscd_LDADD = libpcsclite-core.la \
 	@PTHREAD_LIBS@ @COREFOUNDATION@ \
 	@LIBUSB@ @LIBDL@ @LIBFL@ @IOKIT@