Generate configure for Jemalloc 5.2.1.

./autogen.sh --with-version=5.2.1-0-g0
This commit is contained in:
Yoav Steinberg 2021-10-10 18:10:16 +03:00
parent 4d5911b4e4
commit 9e5cd2cb26
3 changed files with 14114 additions and 1 deletions

2
deps/Makefile vendored
View File

@ -88,7 +88,7 @@ JEMALLOC_LDFLAGS= $(LDFLAGS)
jemalloc: .make-prerequisites
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
cd jemalloc && $(MAKE) CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" lib/libjemalloc.a
.PHONY: jemalloc

1
deps/jemalloc/VERSION vendored Normal file
View File

@ -0,0 +1 @@
5.2.1-0-g0

14112
deps/jemalloc/configure vendored Executable file

File diff suppressed because it is too large Load Diff