aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/gnupg2/.depends.swpbin0 -> 12288 bytes
-rwxr-xr-xextra/gnupg2/build5
-rw-r--r--extra/gnupg2/depends4
-rw-r--r--extra/gnupg2/version2
4 files changed, 7 insertions, 4 deletions
diff --git a/extra/gnupg2/.depends.swp b/extra/gnupg2/.depends.swp
new file mode 100644
index 00000000..9989ed67
--- /dev/null
+++ b/extra/gnupg2/.depends.swp
Binary files differ
diff --git a/extra/gnupg2/build b/extra/gnupg2/build
index 0e9165ba..ef2670bc 100755
--- a/extra/gnupg2/build
+++ b/extra/gnupg2/build
@@ -1,8 +1,11 @@
#!/bin/sh -e
+export LDFLAGS="$LDFLAGS -static"
+
./configure \
--prefix=/usr \
- --sbindir=/usr/bin
+ --sbindir=/usr/bin \
+ --disable-gnutls
make
make DESTDIR="$1" install
diff --git a/extra/gnupg2/depends b/extra/gnupg2/depends
index 12042727..7c14f5c5 100644
--- a/extra/gnupg2/depends
+++ b/extra/gnupg2/depends
@@ -1,5 +1,5 @@
-libgpg-error
+libassuan
libgcrypt
+libgpg-error
libksba
-libassuan
npth
diff --git a/extra/gnupg2/version b/extra/gnupg2/version
index 214efd5b..5a8dad65 100644
--- a/extra/gnupg2/version
+++ b/extra/gnupg2/version
@@ -1 +1 @@
-2.2.20 1
+2.2.20 2