[pkg-wpa-devel] r1845 - in /wpa/trunk/debian: changelog config/hostapd/kfreebsd config/wpasupplicant/kfreebsd

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Tue Feb 18 23:39:23 UTC 2014


Author: slh-guest
Date: Tue Feb 18 23:39:23 2014
New Revision: 1845

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1845
Log:
fix FTBS using gcc-4.8 by linking with -ldl on kfreebsd-any; the udeb
packages don't provide EAP support and are therefore unaffected. This is
already accounted for by the upstream Makefile, however wrongly depending
on !CONFIG_DRIVER_BSD, while it is actually depending on the target libc
rather than the kernel (Closes: #737465).

Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/config/hostapd/kfreebsd
    wpa/trunk/debian/config/wpasupplicant/kfreebsd

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1845&op=diff
==============================================================================
--- wpa/trunk/debian/changelog	(original)
+++ wpa/trunk/debian/changelog	Tue Feb 18 23:39:23 2014
@@ -39,6 +39,11 @@
   * add Keywords entry for desktop files (desktop-entry-lacks-keywords-entry).
   * functions.sh: s/particuarly/particularly/, thanks to Vincent Lefevre
     <vincent at vinc17.net> (Closes: #734422).
+  * fix FTBS using gcc-4.8 by linking with -ldl on kfreebsd-any; the udeb
+    packages don't provide EAP support and are therefore unaffected. This is
+    already accounted for by the upstream Makefile, however wrongly depending
+    on !CONFIG_DRIVER_BSD, while it is actually depending on the target libc
+    rather than the kernel (Closes: #737465).
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Wed, 16 Jan 2013 18:48:22 +0100
 

Modified: wpa/trunk/debian/config/hostapd/kfreebsd
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/hostapd/kfreebsd?rev=1845&op=diff
==============================================================================
--- wpa/trunk/debian/config/hostapd/kfreebsd	(original)
+++ wpa/trunk/debian/config/hostapd/kfreebsd	Tue Feb 18 23:39:23 2014
@@ -247,3 +247,10 @@
 # external networks.
 CONFIG_INTERWORKING=y
 
+# XXX: Debian #737465
+# fix FTBS using gcc-4.8 by linking with -ldl on kfreebsd-any. This is
+# already accounted for by the upstream Makefile, however wrongly depending
+# on !CONFIG_DRIVER_BSD, while it is actually depending on the target libc
+# rather than the kernel.
+LIBS += -ldl
+

Modified: wpa/trunk/debian/config/wpasupplicant/kfreebsd
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/kfreebsd?rev=1845&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/kfreebsd	(original)
+++ wpa/trunk/debian/config/wpasupplicant/kfreebsd	Tue Feb 18 23:39:23 2014
@@ -479,3 +479,10 @@
 # XXX: Debian #690536
 CONFIG_AP=y
 
+# XXX: Debian #737465
+# fix FTBS using gcc-4.8 by linking with -ldl on kfreebsd-any. This is
+# already accounted for by the upstream Makefile, however wrongly depending
+# on !CONFIG_DRIVER_BSD, while it is actually depending on the target libc
+# rather than the kernel.
+LIBS += -ldl
+




More information about the Pkg-wpa-devel mailing list