0
0
mirror of https://github.com/openwrt/packages.git synced 2025-08-02 05:26:27 +00:00
Files
packages/net/knot-resolver/Makefile
Noah Meyerhans 3413d5bd9c 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>
2025-07-08 08:21:38 +02:00

2.5 KiB