diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-21 18:59:38 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-21 18:59:38 +0300 |
commit | 73fda1f16f2b7a5d388997dbef83f7670fc792fe (patch) | |
tree | 5f688adb61cb3201b1bc282536a7ce314b2ede41 /net-firewall/fwknop | |
parent | app-pda/libimobiledevice: version bump, fix multi-python builds (diff) | |
download | gentoo-73fda1f16f2b7a5d388997dbef83f7670fc792fe.tar.gz gentoo-73fda1f16f2b7a5d388997dbef83f7670fc792fe.tar.bz2 gentoo-73fda1f16f2b7a5d388997dbef83f7670fc792fe.zip |
net-firewall/fwknop: re-enable in-source build wrt bug 568958
Otherwise Python C extension fails to build because it links against fko
library built during src_compile stage. With out-of-source build this library
resides in a separate directory from sources, thus it cannot be found during
Python module compilation by normal means.
This problem didn't catch my attention earlier because build failure is only
reproducible if there is no fko library installed in the system from a previous
version of this package.
Gentoo-Bug: 568958
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-firewall/fwknop')
-rw-r--r-- | net-firewall/fwknop/fwknop-2.6.7-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild index 50e95fe2c11c..a5bfe67541ab 100644 --- a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild @@ -5,6 +5,7 @@ EAPI=5 AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 DISABLE_AUTOFORMATTING=1 DISTUTILS_OPTIONAL=1 |