commit: 3cfdbdb9bb7fa8e6fed22658ba2dc7f6900ade3e Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Mon May 29 14:54:21 2017 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Mon May 29 14:54:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3cfdbdb9
jemalloc: add src_prepare to call eautoreconf for build system patches dev-libs/jemalloc/jemalloc-4.5.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild index 9f7906e..9b1c134 100644 --- a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit toolchain-funcs multilib-build multilib-minimal +inherit autotools toolchain-funcs multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" HOMEPAGE="http://www.canonware.com/jemalloc/" @@ -23,6 +23,11 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/jemalloc/jemalloc.h ) # supress the warnings until automagic is removed from the eclass QA_CONFIGURE_OPTIONS="--enable-static --disable-static --enable-shared --disable-shared" +src_prepare() { + default + eautoreconf +} + multilib_src_configure() { local myconf=()
