diff options
Diffstat (limited to 'main/jemalloc/jemalloc-no-pprof.patch')
-rw-r--r-- | main/jemalloc/jemalloc-no-pprof.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/jemalloc/jemalloc-no-pprof.patch b/main/jemalloc/jemalloc-no-pprof.patch index 5dbbd9f6a5..3415878e67 100644 --- a/main/jemalloc/jemalloc-no-pprof.patch +++ b/main/jemalloc/jemalloc-no-pprof.patch @@ -1,6 +1,6 @@ ---- a/Makefile.in.orig +--- a/Makefile.in +++ b/Makefile.in -@@ -319,7 +319,7 @@ done +@@ -467,7 +467,7 @@ install_doc: install_doc_html install_doc_man @@ -8,4 +8,4 @@ +install: install_include install_lib install_doc tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE)) - tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE)) + tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE)) $(TESTS_INTEGRATION_CPP:$(srcroot)%.cpp=$(objroot)%$(EXE)) |