From: Ondřej Surý Date: Tue, 25 Jun 2019 09:39:18 +0000 (+0200) Subject: Explicitly enable --with-libxml2 and --with-json-c to test whether pkg-config way... X-Git-Tag: v9.15.2~33^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9badc4dc90a56e29ff9dd21794b78be34f07af23;p=thirdparty%2Fbind9.git Explicitly enable --with-libxml2 and --with-json-c to test whether pkg-config way works --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ad6e7ab3d0..d0eeae0977d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: