From: Tim Rühsen Date: Fri, 25 Jan 2019 11:26:46 +0000 (+0100) Subject: Fix abi-check failure X-Git-Tag: gnutls_3_6_7~61^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9155ebf815e70006d64e67c19cd851991163f7f9;p=thirdparty%2Fgnutls.git Fix abi-check failure Signed-off-by: Tim Rühsen --- diff --git a/Makefile.am b/Makefile.am index 710db370e1..26d3dbbccb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,7 @@ ABIVERCMD="git for-each-ref --sort=taggerdate --format '%(refname)' refs/tags|ta cd $(ABI_TMPCLONEDIR) && \ git fetch --tags https://gitlab.com/gnutls/gnutls.git && \ git checkout $$(eval $(ABIREFCMD)) && \ - $(MAKE) autoreconf && if test -f ../cache/config.cache;then \ + SUBMODULE_NOFETCH=1 ./bootstrap && if test -f ../cache/config.cache;then \ CFLAGS="-g -Og" ./configure --disable-doc --cache-file ../cache/config.cache;\ else\ CFLAGS="-g -Og" ./configure --disable-doc;\