mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/bind: add optional dependency to jemalloc
Added upstream in version 9.18.0:7f1c525625Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit4a2202244b) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
afa914efa6
commit
cc82809a43
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user