]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CI configure fixes for bad backports
authorMark Andrews <marka@isc.org>
Tue, 2 Jun 2020 06:05:36 +0000 (16:05 +1000)
committerMark Andrews <marka@isc.org>
Tue, 2 Jun 2020 06:05:36 +0000 (16:05 +1000)
remove --disable-maintainer-mode
rename --with-json to --with-libjson

.gitlab-ci.yml

index 94777947d76b5631d6208102b111ca7835b40ea5..ff62185a165b7d7eb087cd79b4c8dec464708240 100644 (file)
@@ -177,7 +177,6 @@ stages:
 
 .configure: &configure |
     ${CONFIGURE} \
-    --disable-maintainer-mode \
     --enable-developer \
     --with-randomdev=/dev/urandom \
     --with-libtool \
@@ -185,7 +184,7 @@ stages:
     --disable-static \
     --with-cmocka \
     --with-libxml2 \
-    --with-json \
+    --with-libjson \
     --prefix=$HOME/.local \
     --without-make-clean \
     $EXTRA_CONFIGURE \