]> git.pld-linux.org Git - packages/jemalloc.git/blame - no_pprof.patch
- ppc and sparc32 is not supported by upstream either
[packages/jemalloc.git] / no_pprof.patch
CommitLineData
2bbbeb5f
ER
1--- Makefile.in.orig 2011-08-01 22:03:28.000000000 +0200
2+++ Makefile.in 2011-08-01 22:02:33.000000000 +0200
3@@ -42,7 +42,6 @@
4 endif
5
6 # Lists of files.
7-BINS := @srcroot@bin/pprof
8 CHDRS := @objroot@include/jemalloc/jemalloc@install_suffix@.h \
9 @objroot@include/jemalloc/jemalloc_defs@install_suffix@.h
10 CSRCS := @srcroot@src/jemalloc.c @srcroot@src/arena.c @srcroot@src/atomic.c \
11@@ -141,13 +140,6 @@
12 $(CC) -o $@ $< -L@objroot@lib -ljemalloc@install_suffix@ -lpthread
13 endif
14
15-install_bin:
16- install -d $(BINDIR)
17- @for b in $(BINS); do \
18- echo "install -m 755 $$b $(BINDIR)"; \
19- install -m 755 $$b $(BINDIR); \
20-done
21-
22 install_include:
23 install -d $(INCLUDEDIR)/jemalloc
24 @for h in $(CHDRS); do \
This page took 0.071297 seconds and 4 git commands to generate.