diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-04 13:04:00 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-04 13:04:00 +0200 |
commit | 7f452f71c328ac05738da46f25401e9aaadd53f6 (patch) | |
tree | 9b96203c98e36e55bfdf8fd2135ec2f9129736af /extra/gnupg2/build | |
parent | 3a95a07677543aff99af00fb3ccfb118c98a3b22 (diff) | |
download | repository-7f452f71c328ac05738da46f25401e9aaadd53f6.tar.gz |
gnupg2: bump to 2.5.0
Diffstat (limited to 'extra/gnupg2/build')
-rwxr-xr-x | extra/gnupg2/build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build index e112d126..5ad311a1 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -8,11 +8,10 @@ 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 \ + --disable-scdaemon make make DESTDIR="$1" install |