]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove quotes from around ${EXTRA_CONFIGURE}
authorMark Andrews <marka@isc.org>
Thu, 22 Nov 2018 07:13:26 +0000 (18:13 +1100)
committerMark Andrews <marka@isc.org>
Thu, 22 Nov 2018 07:13:26 +0000 (18:13 +1100)
.gitlab-ci.yml

index 95d80bf3c312382640a63e05cc334cee9ef217fe..1d8dec2fef580e60a23122087fff9c1084a89697 100644 (file)
@@ -115,7 +115,7 @@ stages:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - autoreconf -fi
   script:
-    - ./configure --enable-developer --with-randomdev=/dev/urandom --with-libtool --disable-static --with-cmocka --with-libidn2 --prefix=$HOME/.local --without-make-clean "${EXTRA_CONFIGURE}" || cat config.log
+    - ./configure --enable-developer --with-randomdev=/dev/urandom --with-libtool --disable-static --with-cmocka --with-libidn2 --prefix=$HOME/.local --without-make-clean ${EXTRA_CONFIGURE} || cat config.log
     - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
   artifacts:
     paths: