From: Mirko Vogt Date: Tue, 22 Jun 2010 10:04:38 +0000 (+0000) Subject: avoid requiring the member in struct <__res_state> of libc which is bloate... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ba6f8fa0c054cf7fcf5e5cdf1f95bda9b9625f7c;p=openwrt%2Fsvn-archive%2Fpackages.git avoid requiring the member in struct <__res_state> of libc which is bloated, deprecated and disabled in uClibc SVN-Revision: 21876 --- diff --git a/Xorg/lib/qt4/patches/100-do_not_use_res.defdname.patch b/Xorg/lib/qt4/patches/100-do_not_use_res.defdname.patch new file mode 100644 index 000000000..57c3a540a --- /dev/null +++ b/Xorg/lib/qt4/patches/100-do_not_use_res.defdname.patch @@ -0,0 +1,11 @@ +--- qt-everywhere-opensource-src-4.7.0-beta1/src/network/kernel/qhostinfo_unix.cpp 2010-05-04 02:43:25.000000000 +0200 ++++ qt-everywhere-opensource-src-4.7.0-beta1/src/network/kernel/qhostinfo_unix.cpp.new 2010-06-20 14:43:48.565315801 +0200 +@@ -326,7 +326,7 @@ + + QString QHostInfo::localDomainName() + { +-#if !defined(Q_OS_VXWORKS) ++#if 0 + resolveLibrary(); + if (local_res_ninit) { + // using thread-safe version