ALT Linux Bugzilla
– Attachment 2542 Details for
Bug 14655
sipconfig добавляет полный RPATH
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч добавляет -lpython
sip-4.7.3-alt-fix-libpython.diff (text/plain), 1.23 KB, created by
Alexey V. Novikov
on 2008-04-01 11:16:47 MSD
(
hide
)
Description:
Патч добавляет -lpython
Filename:
MIME Type:
Creator:
Alexey V. Novikov
Created:
2008-04-01 11:16:47 MSD
Size:
1.23 KB
patch
obsolete
>--- sip/siputils.py.orig 2008-04-01 08:48:51 +0400 >+++ sip/siputils.py 2008-04-01 08:52:31 +0400 >@@ -381,12 +381,7 @@ class Makefile: > incdir.append(self.config.py_inc_dir) > incdir.append(self.config.py_conf_inc_dir) > >- if sys.platform == "cygwin": >- libdir.append(self.config.py_lib_dir) >- >- py_lib = "python%u.%u" % ((self.config.py_version >> 16), ((self.config.py_version >> 8) & 0xff)) >- libs.append(self.platform_lib(py_lib)) >- elif sys.platform == "win32": >+ if sys.platform == "win32": > libdir.append(self.config.py_lib_dir) > > py_lib = "python%u%u" % ((self.config.py_version >> 16), ((self.config.py_version >> 8) & 0xff)) >@@ -409,6 +404,12 @@ class Makefile: > cxxflags.append("/D_DEBUG") > > libs.append(self.platform_lib(py_lib)) >+ else: >+ libdir.append(self.config.py_lib_dir) >+ >+ py_lib = "python%u.%u" % ((self.config.py_version >> 16), ((self.config.py_version >> 8) & 0xff)) >+ libs.append(self.platform_lib(py_lib)) >+ > > if self.generator in ("MSVC", "MSVC.NET", "BMAKE"): > if win_exceptions:
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