From: Nikos Mavrogiannopoulos Date: Thu, 12 Mar 2020 19:46:58 +0000 (+0100) Subject: bootstrap.conf: do not bring tests in gnulib clones (src/unistring) X-Git-Tag: 3.6.13~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b036175055464115ea8cddecf3bfbb04683a5e6;p=thirdparty%2Fgnutls.git bootstrap.conf: do not bring tests in gnulib clones (src/unistring) These tests are not being run, and they can cause issues as in !1208. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/bootstrap.conf b/bootstrap.conf index 8421fb995f..9216ab6cf3 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -93,9 +93,9 @@ bootstrap_post_import_hook () # sed -i 's/malloc-posix//g' ${GNULIB_SRCDIR}/modules/$i # done - ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=lib/unistring/override --lib=libunistring --source-base=lib/unistring --m4-base=lib/unistring/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=3orGPLv2 --no-conditional-dependencies --libtool --macro-prefix=unistring ${unistring_modules} + ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=lib/unistring/override --lib=libunistring --source-base=lib/unistring --m4-base=lib/unistring/m4 --doc-base=doc --aux-dir=build-aux --lgpl=3orGPLv2 --no-conditional-dependencies --libtool --without-tests --macro-prefix=unistring ${unistring_modules} - ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=src/gl/override --lib=libgnu_gpl --source-base=src/gl --m4-base=src/gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=ggl --no-vc-files ${src_modules} + ${GNULIB_SRCDIR}/gnulib-tool --import --local-dir=src/gl/override --lib=libgnu_gpl --source-base=src/gl --m4-base=src/gl/m4 --doc-base=doc --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=ggl --without-tests --no-vc-files ${src_modules} # git -C ${GNULIB_SRCDIR} reset --hard