]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: Use ./bootstrap in gnutls build.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 17 Jan 2019 20:51:46 +0000 (21:51 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 17 Jan 2019 20:51:46 +0000 (21:51 +0100)
.gitlab-ci.yml

index 96a007e7ca92baf8fe9b31fc4e0754311218f172..ae01adcdb0d9dc89bdc0462358fd8b91bc183f69 100644 (file)
@@ -72,7 +72,7 @@ build/gnutls:
   - ./configure --disable-documentation --prefix=/usr --libdir=/usr/lib64 &&
     make -j4 && make install
   - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git
-  - cd gnutls-git && git submodule update --init && make autoreconf &&
+  - cd gnutls-git && git submodule update --init && ./bootstrap &&
     ./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
     make -j $(nproc) check
   tags: