aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-05 18:23:28 +0300
committerCem Keylan <cem@ckyln.com>2020-06-05 18:23:28 +0300
commit96233f9274d5287fd0947a66fcbe018275745f62 (patch)
treec60fe07122c095b4ad76b73f5a698f9a85fb809d /extra/gnupg2
parent9c0bbe60411ce81b4685808ad16b131fd21e9558 (diff)
downloadrepository-96233f9274d5287fd0947a66fcbe018275745f62.tar.gz
gnupg2: link statically
Diffstat (limited to 'extra/gnupg2')
-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