]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix abi-check failure
authorTim Rühsen <tim.ruehsen@gmx.de>
Fri, 25 Jan 2019 11:26:46 +0000 (12:26 +0100)
committerTim Rühsen <tim.ruehsen@gmx.de>
Fri, 25 Jan 2019 11:27:10 +0000 (12:27 +0100)
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Makefile.am

index 710db370e164e54658aeef8dd0812108ecb3441d..26d3dbbccbb35dad526ae9d33a50398a32eb850a 100644 (file)
@@ -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;\