summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorIsmael Luceno2019-09-05 18:58:52 +0200
committerIsmael Luceno2019-09-05 18:59:06 +0200
commitd927f3fca218657e5454018e3f625a21202d1b13 (patch)
treec6237fa89654553639d6f6fe36b8e0e2504149ac /crypto
parent667f7488ea0736ecb63162702bb759f06d5700fa (diff)
cryptsetup-luks: Disable static build; fails due to unsatisfied dependencies
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/cryptsetup-luks/BUILD2
-rw-r--r--crypto/cryptsetup-luks/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/crypto/cryptsetup-luks/BUILD b/crypto/cryptsetup-luks/BUILD
index 0ee74e3bae..c832040e1b 100755
--- a/crypto/cryptsetup-luks/BUILD
+++ b/crypto/cryptsetup-luks/BUILD
@@ -1,5 +1,5 @@
# Installs both dynamic and static binaries.
-OPTS="$OPTS --enable-static-cryptsetup" &&
+#OPTS="$OPTS --enable-static-cryptsetup" &&
# Kindof a hotfix: Open question if rather libgcrypt or libgpg-error should
# pull in libpthread. Really not sure, as it's not always needed.
# Or is it a gcc issue?
diff --git a/crypto/cryptsetup-luks/HISTORY b/crypto/cryptsetup-luks/HISTORY
index d54551254e..128c50bd1f 100644
--- a/crypto/cryptsetup-luks/HISTORY
+++ b/crypto/cryptsetup-luks/HISTORY
@@ -1,3 +1,6 @@
+2019-09-05 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD: Disabled static build; fails due to unsatisfied dependencies
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/