summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2014-08-31 19:18:53 +0200
committerThomas Orgis2015-03-18 19:05:22 +0100
commit60d4dc41b540d59467054ce4b09476a335694894 (patch)
tree3c0b10cde317c945cc46048c6298a2f03645bd2b
parent312cfe18f7d6d6e4340e4e9c7bda890387bebbad (diff)
libgcrypt: enable static lib
-rwxr-xr-xcrypto/libgcrypt/BUILD2
-rw-r--r--crypto/libgcrypt/HISTORY3
2 files changed, 5 insertions, 0 deletions
diff --git a/crypto/libgcrypt/BUILD b/crypto/libgcrypt/BUILD
index a178854229..0398d32e78 100755
--- a/crypto/libgcrypt/BUILD
+++ b/crypto/libgcrypt/BUILD
@@ -1,4 +1,6 @@
#
# Disable -O compiler flags; see HISTORY entry from 2008-01-07
#
+# cryptsetup wants the static lib
+OPTS="$OPTS --enable-static" &&
CFLAGS="${CFLAGS//-O?/}" default_build
diff --git a/crypto/libgcrypt/HISTORY b/crypto/libgcrypt/HISTORY
index 76de4c93ee..2df841c037 100644
--- a/crypto/libgcrypt/HISTORY
+++ b/crypto/libgcrypt/HISTORY
@@ -2,6 +2,9 @@
* DETAILS: updated spell to 1.6.3; SECURITY_PATCH++ (CVE-2014-3591,
CVE-2015-0837); added missing key identifier
+2014-08-31 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: enable static lib (cryptsetup-luks needs it)
+
2014-08-22 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.6.2