[pkg-wpa-devel] r1284 - in /wpasupplicant/trunk/debian: changelog patches/10_ftbfs_gcc_4.4.patch patches/series
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sun Nov 9 10:47:40 UTC 2008
Author: kelmo-guest
Date: Sun Nov 9 10:47:39 2008
New Revision: 1284
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1284
Log:
Add 10_ftbfs_gcc_4.4.patch to include header files required for
compilation with GCC 4.4, thanks to Martin Michlmayr. (Closes: #505041)
Added:
wpasupplicant/trunk/debian/patches/10_ftbfs_gcc_4.4.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=1284&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Nov 9 10:47:39 2008
@@ -23,8 +23,10 @@
wpa_supplicant.
* Refresh debian/patches/01_use_pkg-config_for_pcsc-lite_module.patch and
debian/patches/05_qmake_version_makefile.patch to apply without offset.
-
- -- Kel Modderman <kel at otaku42.de> Sun, 09 Nov 2008 20:40:24 +1000
+ * Add 10_ftbfs_gcc_4.4.patch to include header files required for
+ compilation with GCC 4.4, thanks to Martin Michlmayr. (Closes: #505041)
+
+ -- Kel Modderman <kel at otaku42.de> Sun, 09 Nov 2008 20:46:10 +1000
wpasupplicant (0.6.4-3) experimental; urgency=low
Added: wpasupplicant/trunk/debian/patches/10_ftbfs_gcc_4.4.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/10_ftbfs_gcc_4.4.patch?rev=1284&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/10_ftbfs_gcc_4.4.patch (added)
+++ wpasupplicant/trunk/debian/patches/10_ftbfs_gcc_4.4.patch Sun Nov 9 10:47:39 2008
@@ -1,0 +1,39 @@
+FTBFS with GCC 4.4: missing #include
+
+GCC 4.4 cleaned up some more C++ headers. You always have to #include
+headers directly and cannot rely for things to be included indirectly.
+
+From: Martin Michlmayr <tbm at cyrius.com>
+Bug: #505041
+---
+--- a/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
++++ b/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
+@@ -12,6 +12,7 @@
+ * See README and COPYING for more details.
+ */
+
++#include <cstdio>
+ #include <QMessageBox>
+
+ #include "networkconfig.h"
+--- a/wpa_supplicant/wpa_gui-qt4/scanresults.cpp
++++ b/wpa_supplicant/wpa_gui-qt4/scanresults.cpp
+@@ -12,6 +12,8 @@
+ * See README and COPYING for more details.
+ */
+
++#include <cstdio>
++
+ #include "scanresults.h"
+ #include "wpagui.h"
+ #include "networkconfig.h"
+--- a/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
++++ b/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+@@ -17,6 +17,7 @@
+ #include <unistd.h>
+ #endif
+
++#include <cstdio>
+ #include <QMessageBox>
+ #include <QCloseEvent>
+
Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1284&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Sun Nov 9 10:47:39 2008
@@ -4,3 +4,4 @@
04_append_mmd_to_default_cflags.patch
05_qmake_version_makefile.patch
06_wpa_gui_menu_exec_path.patch
+10_ftbfs_gcc_4.4.patch
More information about the Pkg-wpa-devel
mailing list