Rex Dieter 0d5a2f2
diff -up sip-4.18/siputils.py.no_rpath sip-4.18/siputils.py
Rex Dieter 0d5a2f2
--- sip-4.18/siputils.py.no_rpath	2015-03-25 06:00:24.000000000 -0500
Rex Dieter 0d5a2f2
+++ sip-4.18/siputils.py	2016-04-13 11:34:48.179894616 -0500
Rex Dieter 0d5a2f2
@@ -435,7 +435,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 0d5a2f2
@@ -612,7 +612,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.