File disable-rpaths.diff of Package python-qt4
Index: qpy/QtDesigner/qpydesigner.pro
===================================================================
--- qpy/QtDesigner/qpydesigner.pro.orig 2011-01-23 11:08:28.000000000 +0100
+++ qpy/QtDesigner/qpydesigner.pro 2011-02-11 11:31:07.562439309 +0100
@@ -30,6 +30,7 @@
CONFIG += designer static plugin
+CONFIG -= rpath_libdirs
TARGET = qpydesigner
TEMPLATE = lib
Index: designer/python.pro-in
===================================================================
--- designer/python.pro-in.orig 2011-01-23 11:08:28.000000000 +0100
+++ designer/python.pro-in 2011-02-11 11:31:07.563439225 +0100
@@ -1,4 +1,5 @@
CONFIG += designer plugin release warn
+CONFIG -= rpath_libdirs
TARGET = pythonplugin
TEMPLATE = lib