[pkg-wpa-devel] r1139 - /wpasupplicant/trunk/debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sat Feb 23 04:00:43 UTC 2008
Author: kelmo-guest
Date: Sat Feb 23 04:00:42 2008
New Revision: 1139
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1139
Log:
remove useless comment from debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch
Modified:
wpasupplicant/trunk/debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch
Modified: wpasupplicant/trunk/debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch?rev=1139&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch (original)
+++ wpasupplicant/trunk/debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch Sat Feb 23 04:00:42 2008
@@ -4,16 +4,14 @@
At least in debian, we can rely on pkg-config being available and
returning more accurate ldflags.
---- a/wpa_supplicant/Makefile 2008-02-01 14:38:48 +0000
-+++ b/wpa_supplicant/Makefile 2008-02-09 21:21:35 +0000
-@@ -561,7 +561,8 @@
+--- a/wpa_supplicant/Makefile
++++ b/wpa_supplicant/Makefile
+@@ -561,7 +561,7 @@
#dynamic symbol loading that is now used in pcsc_funcs.c
#LIBS += -lwinscard
else
-LIBS += -lpcsclite -lpthread
-+# For the debian package, we can rely on pkg-config returning correct values
+LIBS += $(shell pkg-config --libs libpcsclite)
endif
endif
-
More information about the Pkg-wpa-devel
mailing list