mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-03 14:48:23 +02:00
12 lines
596 B
Diff
12 lines
596 B
Diff
|
--- a/deps/Makefile
|
||
|
+++ b/deps/Makefile
|
||
|
@@ -95,7 +95,7 @@
|
||
|
|
||
|
jemalloc: .make-prerequisites
|
||
|
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
|
||
|
- cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --disable-cxx CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
|
||
|
+ cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --disable-cxx $(JEMALLOC_OPTS) CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
|
||
|
cd jemalloc && $(MAKE) CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" lib/libjemalloc.a
|
||
|
|
||
|
.PHONY: jemalloc
|