sergiomb / rpms / sip

Forked from rpms/sip 6 years ago
Clone
Rex Dieter 0a3b746
diff -up sip-4.16.3/siputils.py.no_rpath sip-4.16.3/siputils.py
Rex Dieter 0a3b746
--- sip-4.16.3/siputils.py.no_rpath	2014-09-15 10:04:52.937257433 -0500
Rex Dieter 0a3b746
+++ sip-4.16.3/siputils.py	2014-09-15 10:04:52.941257392 -0500
39edebb
@@ -434,7 +434,7 @@ class Makefile:
035fc30
             if l_dir in ("", ".", ".."):
035fc30
                 continue
035fc30
 
035fc30
-            rpaths.append(l)
035fc30
+            #rpaths.append(l)
035fc30
 
035fc30
         if self._python:
035fc30
             incdir.append(self.config.py_inc_dir)
Rex Dieter 0a3b746
@@ -611,7 +611,7 @@ class Makefile:
035fc30
             # Handle library directories.
035fc30
             libdir_qt = self.optional_list("LIBDIR_QT")
035fc30
             libdir.extend(libdir_qt)
035fc30
-            rpaths.extend(libdir_qt)
035fc30
+            #rpaths.extend(libdir_qt)
035fc30
 
39edebb
             if qt_version >= 0x040000:
035fc30
                 # Try and read QT_LIBINFIX from qconfig.pri.