summaryrefslogtreecommitdiff
path: root/packages/dev-util
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-10-17 21:24:20 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-10-17 21:24:20 +0300
commitccc9e5e5f630916439fe640d5b313070cef936d0 (patch)
treee1f683e68b8dbd80ec427903fa99650957432e6d /packages/dev-util
parent6d1bfb311b0ab986c345da8e49ef50052b3eda8f (diff)
google-perf-tools: changes requested by exherbo devs
Diffstat (limited to 'packages/dev-util')
-rw-r--r--packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-09
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0 b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0
index da34868..537eb0a 100644
--- a/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0
+++ b/packages/dev-util/google-perf-tools/google-perf-tools-scm.exheres-0
@@ -11,7 +11,6 @@ PLATFORMS="~amd64 ~x86"
SUMMARY="Fast, multi-threaded malloc() and nifty performance analysis tools"
DESCRIPTION=""
-HOMEPAGE="https://github.com/gperftools/gperftools"
MYOPTIONS="
debug
@@ -25,12 +24,16 @@ DEPENDENCIES="
dev-libs/libunwind
"
+DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
+ "debug debugalloc"
+ minimal
+)
+
src_configure() {
option largepages && append-flags -DTCMALLOC_LARGE_PAGES
option optimisememory && append-flags -DTCMALLOC_SMALL_BUT_SLOW
append-flags -fno-strict-aliasing -fno-omit-frame-pointer
- econf \
- $(option_enable debug debugalloc)
+ default_src_configure
}