diff options
author | 2016-12-07 00:06:27 -0500 | |
---|---|---|
committer | 2016-12-07 00:08:32 -0500 | |
commit | 93aa4938c198262facb58c264846571b3894c32e (patch) | |
tree | 207bda0b93d2bde65f33ff9693de6a7d165d5f85 /app-admin/fam/fam-2.7.0-r7.ebuild | |
parent | app-admin/fam: fix build w/newer glibc #580702 (diff) | |
download | gentoo-93aa4938c198262facb58c264846571b3894c32e.tar.gz gentoo-93aa4938c198262facb58c264846571b3894c32e.tar.bz2 gentoo-93aa4938c198262facb58c264846571b3894c32e.zip |
app-admin/fam: make out of tree builds work to avoid pointless source tree copies
Diffstat (limited to 'app-admin/fam/fam-2.7.0-r7.ebuild')
-rw-r--r-- | app-admin/fam/fam-2.7.0-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/fam/fam-2.7.0-r7.ebuild b/app-admin/fam/fam-2.7.0-r7.ebuild index 166061bae005..179ada610e01 100644 --- a/app-admin/fam/fam-2.7.0-r7.ebuild +++ b/app-admin/fam/fam-2.7.0-r7.ebuild @@ -28,14 +28,14 @@ src_prepare() { EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${S}"/${P}/debian/patches sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die + epatch "${FILESDIR}"/${P}-out-of-tree.patch epatch "${FILESDIR}"/${P}-sysmacros.patch #580702 eautoreconf - multilib_copy_sources } multilib_src_configure() { - econf $(use_enable static-libs static) + ECONF_SOURCE=${S} econf $(use_enable static-libs static) # These are thrown away later if ! multilib_is_native_abi ; then |