package/bind: add optional dependency to jemalloc

Added upstream in version 9.18.0:
7f1c525625

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 4a2202244b)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-10-30 22:41:55 +01:00
committed by Thomas Perale
parent afa914efa6
commit cc82809a43

View File

@@ -49,6 +49,13 @@ else
BIND_CONF_OPTS += --without-zlib
endif
ifeq ($(BR2_PACKAGE_JEMALLOC),y)
BIND_CONF_OPTS += --with-jemalloc
BIND_DEPENDENCIES += jemalloc
else
BIND_CONF_OPTS += --without-jemalloc
endif
ifeq ($(BR2_PACKAGE_JSON_C),y)
BIND_CONF_OPTS += --with-json-c
BIND_DEPENDENCIES += json-c