From fc637fb28da700da71ec2064d65ca5a7a31b9c6c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Aug 2019 18:16:17 +0100 Subject: gentoo resync : 18.08.2019 --- dev-libs/jemalloc/jemalloc-5.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-libs/jemalloc/jemalloc-5.0.1.ebuild') diff --git a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild index f5ad09f06a68..ddad51b8e619 100644 --- a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild +++ b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.b LICENSE="BSD" SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="debug hardened +hugepages lazy-lock static-libs stats xmalloc" +IUSE="debug hardened +hugepages lazy-lock prof static-libs stats xmalloc" HTML_DOCS=( doc/jemalloc.html ) PATCHES=( "${FILESDIR}/${PN}-5.0.1-strip-optimization.patch" "${FILESDIR}/${PN}-4.5.0-fix_html_install.patch" @@ -40,6 +40,7 @@ multilib_src_configure() { $(use_enable debug) \ $(use_enable lazy-lock) \ $(use_enable hugepages thp) \ + $(use_enable prof) \ $(use_enable stats) \ $(use_enable xmalloc) \ "${myconf[@]}" -- cgit v1.2.3