diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-24 05:50:38 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-24 05:50:38 +0000 |
commit | dde674689540d816e15f42b9f6c6613b448b2d6e (patch) | |
tree | 09c467deff7d4e068a62a5ad77e812e815f4d210 /testing/jemalloc/jemalloc-no-pprof.patch | |
parent | 42b7229335cc23f44c944105e64a4acffac7e422 (diff) | |
download | aports-dde674689540d816e15f42b9f6c6613b448b2d6e.tar.bz2 aports-dde674689540d816e15f42b9f6c6613b448b2d6e.tar.xz |
testing/jemalloc: remove usr/bin/pprof
Diffstat (limited to 'testing/jemalloc/jemalloc-no-pprof.patch')
-rw-r--r-- | testing/jemalloc/jemalloc-no-pprof.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/jemalloc/jemalloc-no-pprof.patch b/testing/jemalloc/jemalloc-no-pprof.patch new file mode 100644 index 0000000000..5dbbd9f6a5 --- /dev/null +++ b/testing/jemalloc/jemalloc-no-pprof.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in.orig ++++ b/Makefile.in +@@ -319,7 +319,7 @@ done + + install_doc: install_doc_html install_doc_man + +-install: install_bin install_include install_lib install_doc ++install: install_include install_lib install_doc + + tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE)) + tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE)) |