]> git.pld-linux.org Git - packages/pcsc-lite.git/blob - pcsc-lite-link.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/pcsc-lite.git] / pcsc-lite-link.patch
1 --- pcsc-lite-1.1.1/src/Makefile.am.orig        Mon Jul  1 18:28:39 2002
2 +++ pcsc-lite-1.1.1/src/Makefile.am     Sat Mar 15 16:01:56 2003
3 @@ -13,7 +13,7 @@
4  if PCSC_ARCH_LINUX
5  if PCSC_LINUX_USB
6  PCSC_MYLDFLAGS      =
7 -PCSC_INCLUDE_LIBS   = -lfl -ldl
8 +PCSC_INCLUDE_LIBS   = -lfl -ldl -lpthread
9  PCSCD_INCLUDE_LIBS  = -lfl -ldl -lpthread
10  PCSC_THREAD_SOURCE  = thread_unix.c
11  PCSC_DYNLOAD_SOURCE = dyn_unix.c
12 @@ -21,7 +21,7 @@
13  PCSC_SYSTEM_SOURCE  = sys_unix.c
14  else
15  PCSC_MYLDFLAGS      =
16 -PCSC_INCLUDE_LIBS   = -lfl -ldl
17 +PCSC_INCLUDE_LIBS   = -lfl -ldl -lpthread
18  PCSCD_INCLUDE_LIBS  = -lfl -ldl -lpthread
19  PCSC_THREAD_SOURCE  = thread_unix.c
20  PCSC_DYNLOAD_SOURCE = dyn_unix.c
This page took 0.069657 seconds and 3 git commands to generate.