From f339d69653323d0060872d7e0769118a646de66a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 29 Apr 2023 14:53:43 +0200 Subject: gnupg2: bump to 2.4.1 --- extra/gnupg2/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extra/gnupg2/build') diff --git a/extra/gnupg2/build b/extra/gnupg2/build index ef2670bc..da3d3351 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -1,11 +1,13 @@ #!/bin/sh -e export LDFLAGS="$LDFLAGS -static" +export LIBGNUTLS_CFLAGS="$(pkgconf --static --cflags gnutls)" +export LIBGNUTLS_LIBS="$(pkgconf --static --libs gnutls)" ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ - --disable-gnutls + # --disable-gnutls make make DESTDIR="$1" install -- cgit v1.2.3