Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5d2eef72df50679674dc721bca732460 > files > 3

sip-4.13.2-1.mga3.src.rpm

## HACK indeed, let's not rpath the world, mm-kay?  -- rex 

diff -up sip-4.13.1/siputils.py.no_rpath sip-4.13.1/siputils.py
--- sip-4.13.1/siputils.py.no_rpath	2011-12-23 07:52:21.613411754 -0600
+++ sip-4.13.1/siputils.py	2011-12-23 08:02:47.884582287 -0600
@@ -430,7 +430,7 @@ class Makefile:
             if l_dir in ("", ".", ".."):
                 continue
 
-            rpaths.append(l)
+            #rpaths.append(l)
 
         if self._python:
             incdir.append(self.config.py_inc_dir)
@@ -599,7 +599,7 @@ class Makefile:
             # Handle library directories.
             libdir_qt = self.optional_list("LIBDIR_QT")
             libdir.extend(libdir_qt)
-            rpaths.extend(libdir_qt)
+            #rpaths.extend(libdir_qt)
 
             if self.config.qt_version >= 0x040000:
                 # Try and read QT_LIBINFIX from qconfig.pri.