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:
Noah Meyerhans
2025-07-04 12:23:16 -04:00
committed by Josef Schlehofer
parent a6b332f4e9
commit 3413d5bd9c

View File

@@ -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