From: Mark Andrews Date: Wed, 14 Sep 2022 01:49:18 +0000 (+1000) Subject: Build against OpenSSL 3.0 in OpenSSL 1.1.0 compatibility mode X-Git-Tag: v9.19.6~41^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b13dd7b4d58d67299453c1d452fc5cf43a1c1c2;p=thirdparty%2Fbind9.git Build against OpenSSL 3.0 in OpenSSL 1.1.0 compatibility mode --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b72e88b14b1..0ccfdd194ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -789,7 +789,7 @@ scan-build: gcc:sid:amd64: variables: CC: gcc - CFLAGS: "${CFLAGS_COMMON} -O3" + CFLAGS: "${CFLAGS_COMMON} -O3 -DOPENSSL_API_COMPAT=10100" # For the jemalloc ./configure option, see https://gitlab.isc.org/isc-projects/bind9/-/issues/3444 EXTRA_CONFIGURE: "--with-libidn2 --without-lmdb --without-jemalloc ${WITH_READLINE}" RUN_MAKE_INSTALL: 1