diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-04-04 16:04:19 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-04-04 16:04:58 -0500 |
commit | f80bedd48d58dcfa3b12b41b650bd3d0ac875a40 (patch) | |
tree | 5aa248dca2a452b2f4354040524c3de59c5db9a3 /app-emulation/lxc | |
parent | app-portage/repoman: add pyyaml dep to 9999 ebuild (diff) | |
download | gentoo-f80bedd48d58dcfa3b12b41b650bd3d0ac875a40.tar.gz gentoo-f80bedd48d58dcfa3b12b41b650bd3d0ac875a40.tar.bz2 gentoo-f80bedd48d58dcfa3b12b41b650bd3d0ac875a40.zip |
app-emulation/lxc: fix compilation with USE=+python
Thanks to Arfrever for pointing this out!
Closes: https://bugs.gentoo.org/646702
Bug: https://bugs.gentoo.org/631624#c2
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r-- | app-emulation/lxc/lxc-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxc/lxc-2.1.1.ebuild b/app-emulation/lxc/lxc-2.1.1.ebuild index 304701cf0053..e02adaf47ad3 100644 --- a/app-emulation/lxc/lxc-2.1.1.ebuild +++ b/app-emulation/lxc/lxc-2.1.1.ebuild @@ -146,7 +146,7 @@ src_configure() { } python_compile() { - distutils-r1_python_compile build_ext -I ../ -L ../${PN} + distutils-r1_python_compile build_ext -I.. -L../lxc/.libs --no-pkg-config } src_compile() { |