aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-06 11:58:48 +0200
committerCem Keylan <cem@ckyln.com>2023-07-06 11:58:48 +0200
commit1a1244b3e601c2cc0ea62bbdfccb11a4c74efa07 (patch)
tree827c172d77e933120442ba943c3e7095d4f5ff40 /extra/gnupg2/build
parentf6325896dbb761e97a879949405ec79fcdf4f788 (diff)
downloadrepository-1a1244b3e601c2cc0ea62bbdfccb11a4c74efa07.tar.gz
gnupg2: bump to 2.4.3
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 972daaed..e112d126 100755
--- a/extra/gnupg2/build
+++ b/extra/gnupg2/build
@@ -8,9 +8,11 @@ if cpt l gnutls; then
export LIBGNUTLS_CFLAGS LIBGNUTLS_LIBS
fi
+patch -p1 < fix-ldap.patch
+
./configure \
--prefix=/usr \
- --sbindir=/usr/bin \
+ --sbindir=/usr/bin
make
make DESTDIR="$1" install