]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
gitlab-ci: Reenable gost in gnutls build
authorNiels Möller <nisse@lysator.liu.se>
Sun, 10 May 2020 17:29:20 +0000 (19:29 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 10 May 2020 17:29:20 +0000 (19:29 +0200)
.gitlab-ci.yml

index b904e9c4d7c1c7c3ca5a1ca8a29ac33fde8a0f0e..9f3b5c6330dee04761db271ad8ae46ed3f92c6b7 100644 (file)
@@ -101,7 +101,7 @@ build/gnutls:
   - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git
   - cd gnutls-git && git submodule update --init && ./bootstrap &&
     ./configure PKG_CONFIG_PATH="$(pwd)/../local/lib/pkgconfig" CPPFLAGS="-I$(pwd)/../local/include"
-      LDFLAGS="-L$(pwd)/../local/lib -Wl,-rpath,$(pwd)/../local/lib" --disable-gost --disable-cxx --disable-guile --disable-doc &&
+      LDFLAGS="-L$(pwd)/../local/lib -Wl,-rpath,$(pwd)/../local/lib" --disable-cxx --disable-guile --disable-doc &&
     make -j$(nproc) && make -j $(nproc) check
   tags:
   - shared