--- 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