From 96233f9274d5287fd0947a66fcbe018275745f62 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 5 Jun 2020 18:23:28 +0300 Subject: gnupg2: link statically --- extra/gnupg2/.depends.swp | Bin 0 -> 12288 bytes extra/gnupg2/build | 5 ++++- extra/gnupg2/depends | 4 ++-- extra/gnupg2/version | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 extra/gnupg2/.depends.swp (limited to 'extra/gnupg2') diff --git a/extra/gnupg2/.depends.swp b/extra/gnupg2/.depends.swp new file mode 100644 index 00000000..9989ed67 Binary files /dev/null and b/extra/gnupg2/.depends.swp 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 -- cgit v1.2.3