mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
knot-resolver: disable jemalloc support
knot-resolver will attempt to use jemalloc if it's available. Jemalloc was added to openwrt packages in PR: Add jemalloc and integrate into bind #26721 [1]. At this time, we would rather continue linking with the libc malloc, so this PR disables jemalloc support explicitly in the knot-resolver build configuration. [1] https://github.com/openwrt/packages/pull/26721#issuecomment-2973865778 Signed-off-by: Noah Meyerhans <frodo@morgul.net>
This commit is contained in:
committed by
Josef Schlehofer
parent
a6b332f4e9
commit
3413d5bd9c
@@ -66,7 +66,8 @@ MESON_ARGS+= \
|
||||
-Dkeyfile_default=/etc/knot-resolver/root.keys \
|
||||
-Dprefix=/usr \
|
||||
-Dunit_tests=disabled \
|
||||
-Dutils=disabled
|
||||
-Dutils=disabled \
|
||||
-Dmalloc=disabled
|
||||
|
||||
define Package/knot-resolver/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
|
||||
Reference in New Issue
Block a user