0989c0c515
24 September 2014 - make hotplug using libudev (default) more robust - add ReiserFS file system support (for configuration files) - add musl libC support (increase the thread stack) - Some other minor improvements and bug corrections
14 lines
456 B
PkgConfig
14 lines
456 B
PkgConfig
$NetBSD: patch-src_libpscslite.pc.in,v 1.2 2014/10/01 16:27:03 gdt Exp $
|
|
|
|
Make sure dependencies (opensc) do not get -pthread.
|
|
|
|
--- src/libpcsclite.pc.in.orig 2013-07-31 17:13:56.000000000 +0000
|
|
+++ src/libpcsclite.pc.in
|
|
@@ -9,5 +9,5 @@ Name: PCSC Lite
|
|
Description: PC/SC smart card interface
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lpcsclite
|
|
-Libs.private: @PTHREAD_LIBS@
|
|
-Cflags: -I${includedir} @PTHREAD_CFLAGS@
|
|
+Libs.private:
|
|
+Cflags: -I${includedir}
|