From: Matthias Maier Date: Wed, 4 Apr 2018 21:04:19 +0000 (-0500) Subject: app-emulation/lxc: fix compilation with USE=+python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f80bedd48d58dcfa3b12b41b650bd3d0ac875a40;p=gentoo.git 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 --- 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() {