aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-04-29 14:53:43 +0200
committerCem Keylan <cem@ckyln.com>2023-04-29 14:53:43 +0200
commitf339d69653323d0060872d7e0769118a646de66a (patch)
treed694697f8c02ede78582060563107a0c85f7b5ba /extra/gnupg2/build
parent31972a2446f0580e3a0caf914222adc5ad9384aa (diff)
downloadrepository-f339d69653323d0060872d7e0769118a646de66a.tar.gz
gnupg2: bump to 2.4.1
Diffstat (limited to 'extra/gnupg2/build')
-rwxr-xr-xextra/gnupg2/build4
1 files changed, 3 insertions, 1 deletions
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