aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-10-31 02:08:33 +0100
committerCem Keylan <cem@ckyln.com>2022-10-31 02:08:33 +0100
commit5698c77e69ddc4c3858fd6fd1dc424e4b7ab7ba5 (patch)
tree37529863c5a5c56c483ea86ede88eeb4dc4c037a /extra/gnupg2/build
parent483045f892e00c27a5c7c8d758d940024d0ad339 (diff)
downloadrepository-5698c77e69ddc4c3858fd6fd1dc424e4b7ab7ba5.tar.gz
gnupg2: bump to 2.3.8
Diffstat (limited to 'extra/gnupg2/build')
-rwxr-xr-xextra/gnupg2/build6
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build
index 68be98c6..ef2670bc 100755
--- a/extra/gnupg2/build
+++ b/extra/gnupg2/build
@@ -1,13 +1,11 @@
#!/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
+ --sbindir=/usr/bin \
+ --disable-gnutls
make
make DESTDIR="$1" install