[pkg-wpa-devel] r1154 - in /wpasupplicant/trunk/debian: changelog patches/20_wpa_gui_qt4_disable_link_prl.patch patches/series

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Mar 12 10:04:52 UTC 2008


Author: kelmo-guest
Date: Wed Mar 12 10:04:52 2008
New Revision: 1154

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1154
Log:
* Add debian/patches/20_wpa_gui_qt4_disable_link_prl.patch to remove
  link_prl CONFIG compile flag added by qmake-qt4 >= 4.3.4-2 to avoid excess
  linking.

Added:
    wpasupplicant/trunk/debian/patches/20_wpa_gui_qt4_disable_link_prl.patch
Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/patches/series

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1154&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Mar 12 10:04:52 2008
@@ -27,8 +27,11 @@
     wpa_supplicant binary, and that the canonical list of supported driver
     backends can be retrieved from the wpa_supplicant -h (help) output.
     (Closes: #466910)
-
- -- Kel Modderman <kel at otaku42.de>  Wed, 12 Mar 2008 09:46:10 +1000
+  * Add debian/patches/20_wpa_gui_qt4_disable_link_prl.patch to remove
+    link_prl CONFIG compile flag added by qmake-qt4 >= 4.3.4-2 to avoid excess
+    linking.
+
+ -- Kel Modderman <kel at otaku42.de>  Wed, 12 Mar 2008 20:03:04 +1000
 
 wpasupplicant (0.6.2+git20080206.g8c0dad4-1) unstable; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/20_wpa_gui_qt4_disable_link_prl.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/20_wpa_gui_qt4_disable_link_prl.patch?rev=1154&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/20_wpa_gui_qt4_disable_link_prl.patch (added)
+++ wpasupplicant/trunk/debian/patches/20_wpa_gui_qt4_disable_link_prl.patch Wed Mar 12 10:04:52 2008
@@ -1,0 +1,18 @@
+From: Kel Modderman <kel at otaku42.de>
+Reference: none
+Description: Debian qmake-qt4 >= 4.3.4-2 adds link_prl to CONFIG causing excess
+  linking. (#470572)
+
+Signed-off-by: Kel Modderman <kel at otaku42.de>
+---
+
+--- a/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro
++++ b/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro
+@@ -2,6 +2,7 @@
+ LANGUAGE	= C++
+ 
+ CONFIG	+= qt warn_on release
++CONFIG	-= link_prl
+ 
+ DEFINES += CONFIG_CTRL_IFACE
+ 

Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1154&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Wed Mar 12 10:04:52 2008
@@ -6,5 +6,6 @@
 10_silence_siocsiwauth_icotl_failure.patch
 11_avoid_dbus_version_namespace.patch
 12_fix_potential_use_after_free.patch
+20_wpa_gui_qt4_disable_link_prl.patch
 41_manpage_format_fixes.patch
 42_manpage_explain_available_drivers.patch




More information about the Pkg-wpa-devel mailing list