From ceb4f6504f62f405e15144f75554d473c8cc4c94 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 15 Jul 2022 17:09:28 +0300 Subject: gnupg2: bump to 2.3.7 --- extra/gnupg2/build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extra/gnupg2/build') diff --git a/extra/gnupg2/build b/extra/gnupg2/build index ef2670bc..68be98c6 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -1,11 +1,13 @@ #!/bin/sh -e export LDFLAGS="$LDFLAGS -static" +export PKG_CONFIG=pkgconf\ --static + +cpt l -q gnutls && export LIBGNUTLS_LIBS="-lgnutls -latomic -lnettle -lhogweed -lnettle" ./configure \ --prefix=/usr \ - --sbindir=/usr/bin \ - --disable-gnutls + --sbindir=/usr/bin make make DESTDIR="$1" install -- cgit v1.2.3