]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Build gnutls without PKCS#11 support.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 1 Oct 2023 08:42:05 +0000 (10:42 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 3 Oct 2023 19:13:34 +0000 (21:13 +0200)
.gitlab-ci.yml

index 25d611d0dbe6f0039213790dd0adfa86364d8bf9..d5939e3c3022196453c068ecc8aee6526e1dd99d 100644 (file)
@@ -100,7 +100,8 @@ 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-cxx --disable-guile --disable-doc &&
+      LDFLAGS="-L$(pwd)/../local/lib -Wl,-rpath,$(pwd)/../local/lib"
+      --disable-cxx --disable-guile --without-p11-kit --disable-doc &&
     make -j$(nproc) && make -j $(nproc) check
   tags:
   - shared