]> git.pld-linux.org Git - packages/qt.git/blame - qt-gcc31dlopen.patch
- desc why patches are commented out
[packages/qt.git] / qt-gcc31dlopen.patch
CommitLineData
0f37db65
PG
1--- qt-x11-free-3.0.1/src/tools/qlibrary_unix.cpp.gcc31 Mon Dec 17 15:24:42 2001
2+++ qt-x11-free-3.0.1/src/tools/qlibrary_unix.cpp Mon Dec 17 15:25:25 2001
3@@ -104,7 +104,7 @@
4
5 QString filename = library->library();
6
7- pHnd = dlopen( filename.latin1() , RTLD_LAZY );
8+ pHnd = dlopen( filename.latin1() , RTLD_LAZY|RTLD_GLOBAL );
9 #if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT)
10 if ( !pHnd )
11 qWarning( "%s", dlerror() );
This page took 0.039395 seconds and 4 git commands to generate.