aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gnupg2/build')
-rwxr-xr-xextra/gnupg2/build5
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