]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Explicitly enable --with-libxml2 and --with-json-c to test whether pkg-config way...
authorOndřej Surý <ondrej@sury.org>
Tue, 25 Jun 2019 09:39:18 +0000 (11:39 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 25 Jun 2019 10:04:20 +0000 (12:04 +0200)
.gitlab-ci.yml

index 4ad6e7ab3d0ad92e250ea277c4d69e8967aa10cb..d0eeae0977d288e353de12eed05514f4e44ffc71 100644 (file)
@@ -117,7 +117,7 @@ autoconf: &autoconf_job
   before_script:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
   script:
-    - ./configure --disable-maintainer-mode --enable-developer --with-libtool --disable-static --with-cmocka --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log
+    - ./configure --disable-maintainer-mode --enable-developer --with-libtool --disable-static --with-cmocka  --with-libxml2 --with-json-c --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log
     - make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1
     - test -z "${RUN_MAKE_INSTALL}" || make install
   dependencies: