summaryrefslogtreecommitdiff
path: root/databases/redis-devel/files/patch-deps-Makefile
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-05-11 15:01:09 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-05-11 15:14:24 +0900
commit8d070059c435d5507c1fc237a65e282b78f6ed9c (patch)
treeb7a764423f92c712b8cf7d14fc786267b333a18d /databases/redis-devel/files/patch-deps-Makefile
parentdevel/forge-devel: Update to latest snapshot (diff)
databases/redis-devel: Update to latest snapshot
Changes: https://github.com/redis/redis/compare/48e0d4788...aac8105c9
Diffstat (limited to 'databases/redis-devel/files/patch-deps-Makefile')
-rw-r--r--databases/redis-devel/files/patch-deps-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis-devel/files/patch-deps-Makefile b/databases/redis-devel/files/patch-deps-Makefile
index aeedf4dbecc9..f49ee7e60b30 100644
--- a/databases/redis-devel/files/patch-deps-Makefile
+++ b/databases/redis-devel/files/patch-deps-Makefile
@@ -1,4 +1,4 @@
---- deps/Makefile.orig 2023-02-28 17:38:58 UTC
+--- deps/Makefile.orig 2023-05-11 05:14:59 UTC
+++ deps/Makefile
@@ -83,7 +83,7 @@ LUA_LDFLAGS+= $(LDFLAGS)
ifeq ($(LUA_DEBUG),yes)
@@ -13,9 +13,9 @@
jemalloc: .make-prerequisites
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
-- cd jemalloc && ./configure --disable-cxx --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
+- cd jemalloc && ./configure --disable-cxx --with-version=5.3.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
- cd jemalloc && $(MAKE) lib/libjemalloc.a
-+ cd jemalloc && ./configure --disable-cxx --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" CXXFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
++ cd jemalloc && ./configure --disable-cxx --with-version=5.3.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" CXXFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
+ cd jemalloc && $(MAKE) CFLAGS="$(JEMALLOC_CFLAGS)" CXXFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" lib/libjemalloc.a
.PHONY: jemalloc