diff options
author | Cem Keylan <cem@ckyln.com> | 2023-07-06 11:58:48 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-07-06 11:58:48 +0200 |
commit | 1a1244b3e601c2cc0ea62bbdfccb11a4c74efa07 (patch) | |
tree | 827c172d77e933120442ba943c3e7095d4f5ff40 /extra/gnupg2/build | |
parent | f6325896dbb761e97a879949405ec79fcdf4f788 (diff) | |
download | repository-1a1244b3e601c2cc0ea62bbdfccb11a4c74efa07.tar.gz |
gnupg2: bump to 2.4.3
Diffstat (limited to 'extra/gnupg2/build')
-rwxr-xr-x | extra/gnupg2/build | 4 |
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 |