Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360356 Details for
Bug 487246
sys-libs/libapparmor-2.8.1 fails to build while python use flag is enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes librar path
libapparmor-2.8.1-fix-python-library-paths.patch (text/plain), 918 bytes, created by
Victor Roman Archidona
on 2013-10-07 22:47:17 UTC
(
hide
)
Description:
Fixes librar path
Filename:
MIME Type:
Creator:
Victor Roman Archidona
Created:
2013-10-07 22:47:17 UTC
Size:
918 bytes
patch
obsolete
>--- apparmor-2.8.1/libraries/libapparmor/swig/python/setup.py.in 2011-11-10 18:22:09.000000000 +0100 >+++ apparmor-2.8.1-funtoo/libraries/libapparmor/swig/python/setup.py.in 2013-10-08 00:05:38.306685266 +0200 >@@ -13,7 +13,7 @@ > ext_package = 'LibAppArmor', > ext_modules = [Extension('_LibAppArmor', ['libapparmor_wrap.c'], > include_dirs=['@top_srcdir@/src'], >- extra_link_args = '-L@top_builddir@/src/.libs -lapparmor'.split(), >-# static: extra_link_args = '@top_builddir@/src/.libs/libapparmor.a'.split(), >+ extra_link_args = '-L../../../libapparmor/src/.libs -lapparmor'.split(), >+# static: extra_link_args = '../../../libapparmor/src/.libs/libapparmor.a'.split(), > )], > )
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 487246
: 360356 |
360358