Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d927f3fca218657e5454018e3f625a21202d1b13)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d927f3fca218657e5454018e3f625a21202d1b13)
  • Date: Thu, 5 Sep 2019 16:57:34 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/cryptsetup-luks/BUILD | 2 +-
crypto/cryptsetup-luks/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d927f3fca218657e5454018e3f625a21202d1b13
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cryptsetup-luks: Disable static build; fails due to unsatisfied
dependencies

diff --git a/crypto/cryptsetup-luks/BUILD b/crypto/cryptsetup-luks/BUILD
index 0ee74e3..c832040 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 d545512..128c50b 100644
--- a/crypto/cryptsetup-luks/HISTORY
+++ b/crypto/cryptsetup-luks/HISTORY
@@ -1,3 +1,6 @@
+2019-09-05 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Disabled static build; fails due to unsatisfied dependencies
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d927f3fca218657e5454018e3f625a21202d1b13), Ismael Luceno, 09/05/2019

Archive powered by MHonArc 2.6.24.

Top of Page