ALT Linux Bugzilla
– Attachment 2541 Details for
Bug 14655
sipconfig добавляет полный RPATH
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч убирает rpath
sip-4.7.3-alt-fix-rpath.diff (text/plain), 899 bytes, created by
Alexey V. Novikov
on 2008-04-01 11:16:06 MSD
(
hide
)
Description:
Патч убирает rpath
Filename:
MIME Type:
Creator:
Alexey V. Novikov
Created:
2008-04-01 11:16:06 MSD
Size:
899 bytes
patch
obsolete
>--- 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14655
: 2541 |
2542