mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Disable jemalloc on softhsm2.4 branch
It was discovered that softhsm2.4 has a bug that causes invalid free() call to be called when unloading libsofthsm.so.2 library. The native PKCS#11 API is scheduled to removed in the 9.17+ release, we could safely just disable jemalloc for this particular build.
This commit is contained in:
@@ -998,7 +998,7 @@ gcc:softhsm2.4:
|
|||||||
variables:
|
variables:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CFLAGS: "${CFLAGS_COMMON}"
|
CFLAGS: "${CFLAGS_COMMON}"
|
||||||
EXTRA_CONFIGURE: "--enable-native-pkcs11 --with-pkcs11=/usr/lib/softhsm/libsofthsm2.so"
|
EXTRA_CONFIGURE: "--without-jemalloc --enable-native-pkcs11 --with-pkcs11=/usr/lib/softhsm/libsofthsm2.so"
|
||||||
<<: *base_image
|
<<: *base_image
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user