2015-12-19 22:20:27 +00:00
|
|
|
Index: qt-everywhere-opensource-src-5.5.1/qtbase/src/network/kernel/qdnslookup_unix.cpp
|
|
|
|
===================================================================
|
|
|
|
--- qt-everywhere-opensource-src-5.5.1.orig/qtbase/src/network/kernel/qdnslookup_unix.cpp
|
|
|
|
+++ qt-everywhere-opensource-src-5.5.1/qtbase/src/network/kernel/qdnslookup_unix.cpp
|
|
|
|
@@ -79,7 +79,7 @@ static void resolveLibrary()
|
|
|
|
if (!lib.load())
|
|
|
|
#endif
|
|
|
|
{
|
|
|
|
- lib.setFileName(QLatin1String("resolv"));
|
2016-01-28 17:15:58 +00:00
|
|
|
+ lib.setFileName(QLatin1String("@glibc@/lib/resolv"));
|
2015-12-19 22:20:27 +00:00
|
|
|
if (!lib.load())
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
Index: qt-everywhere-opensource-src-5.5.1/qtbase/src/network/kernel/qhostinfo_unix.cpp
|
|
|
|
===================================================================
|
|
|
|
--- qt-everywhere-opensource-src-5.5.1.orig/qtbase/src/network/kernel/qhostinfo_unix.cpp
|
|
|
|
+++ qt-everywhere-opensource-src-5.5.1/qtbase/src/network/kernel/qhostinfo_unix.cpp
|
|
|
|
@@ -95,7 +95,7 @@ static void resolveLibrary()
|
|
|
|
if (!lib.load())
|
|
|
|
#endif
|
|
|
|
{
|
|
|
|
- lib.setFileName(QLatin1String("resolv"));
|
|
|
|
+ lib.setFileName(QLatin1String("@glibc@/lib/libresolv"));
|
|
|
|
if (!lib.load())
|
|
|
|
return;
|
|
|
|
}
|