Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37906637
en ru br
ALT Linux repos
5.0: 4.7.9-alt1
4.1: 4.7.9-alt0.M41.1
+backports:4.7.6-alt1.M41.1
4.0: 4.5.2-alt1
3.0: 4.2.1-alt1
+backports:4.4.3-alt0.M30.1

Group :: Development/Python
RPM: python-module-sip

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: sip-4.7.3-alt-fix-rpath.diff
Download


--- sip/siputils.py.orig	2008-04-01 08:54:15 +0400
+++ sip/siputils.py	2008-04-01 08:54:21 +0400
@@ -371,12 +371,6 @@ class Makefile:
 
         rpaths = _UniqueList()
 
-        for l in self.extra_lib_dirs:
-            # Ignore relative directories.  This is really a hack to handle
-            # SIP v3 inter-module linking.
-            if os.path.dirname(l) not in ("", ".", ".."):
-                rpaths.append(l)
-
         if self._python:
             incdir.append(self.config.py_inc_dir)
             incdir.append(self.config.py_conf_inc_dir)
@@ -518,7 +518,6 @@ class Makefile:
             # Handle library directories.
             libdir_qt = self.optional_list("LIBDIR_QT")
             libdir.extend(libdir_qt)
-            rpaths.extend(libdir_qt)
 
             if self.config.qt_version >= 0x040000:
                 # For Windows: the macros that define the dependencies on
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin