aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jemalloc/jemalloc-no-pprof.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-01-20 13:02:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-01-20 13:02:43 +0000
commitec681e067927337a44f943a1b03bf16452f5261b (patch)
tree33b38288fe3212a107d0c32dc76ad4415bc9d77b /testing/jemalloc/jemalloc-no-pprof.patch
parent455cc634b179a0782cfce3e9c35fe092bc54d4b4 (diff)
downloadaports-ec681e067927337a44f943a1b03bf16452f5261b.tar.bz2
aports-ec681e067927337a44f943a1b03bf16452f5261b.tar.xz
main/jemalloc: move from testing
Diffstat (limited to 'testing/jemalloc/jemalloc-no-pprof.patch')
-rw-r--r--testing/jemalloc/jemalloc-no-pprof.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/jemalloc/jemalloc-no-pprof.patch b/testing/jemalloc/jemalloc-no-pprof.patch
deleted file mode 100644
index 5dbbd9f6a..000000000
--- a/testing/jemalloc/jemalloc-no-pprof.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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))