Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1ff51460790bc49c8b69c0508271f2b45e04e530)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1ff51460790bc49c8b69c0508271f2b45e04e530)
  • Date: Tue, 15 Jan 2013 02:43:32 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

crypto/cryptsetup-luks/BUILD | 8 +++-----
crypto/cryptsetup-luks/FINAL | 1 -
crypto/cryptsetup-luks/HISTORY | 5 +++++
crypto/cryptsetup-luks/INSTALL | 4 ----
crypto/cryptsetup-luks/PRE_BUILD | 3 ---
5 files changed, 8 insertions(+), 13 deletions(-)

New commits:
commit 1ff51460790bc49c8b69c0508271f2b45e04e530
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

cryptsetup-luks: really build static binary

diff --git a/crypto/cryptsetup-luks/BUILD b/crypto/cryptsetup-luks/BUILD
index ad28868..e12c3c3 100755
--- a/crypto/cryptsetup-luks/BUILD
+++ b/crypto/cryptsetup-luks/BUILD
@@ -1,5 +1,3 @@
-default_build &&
-pushd ${SOURCE_DIRECTORY}.static &&
-OPTS="$OPTS --enable-static --program-suffix=.static" &&
-default_build &&
-popd
+# Installs both dynamic and static binaries.
+OPTS="$OPTS --enable-static-cryptsetup" &&
+default_build
diff --git a/crypto/cryptsetup-luks/FINAL b/crypto/cryptsetup-luks/FINAL
deleted file mode 100755
index 8fa77c3..0000000
--- a/crypto/cryptsetup-luks/FINAL
+++ /dev/null
@@ -1 +0,0 @@
-rm_source_dir ${SOURCE_DIRECTORY}.static
diff --git a/crypto/cryptsetup-luks/HISTORY b/crypto/cryptsetup-luks/HISTORY
index f63726d..a96d7bb 100644
--- a/crypto/cryptsetup-luks/HISTORY
+++ b/crypto/cryptsetup-luks/HISTORY
@@ -1,3 +1,8 @@
+2013-01-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: Use proper flag to get static cryptsetup,
+ drop unnecessary second build dir.
+ * INSTALL, FINAL, PRE_BUILD: gone
+
2012-08-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.5.0

diff --git a/crypto/cryptsetup-luks/INSTALL b/crypto/cryptsetup-luks/INSTALL
deleted file mode 100755
index 3b8abe1..0000000
--- a/crypto/cryptsetup-luks/INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-default_install &&
-pushd ${SOURCE_DIRECTORY}.static &&
-default_install &&
-popd
diff --git a/crypto/cryptsetup-luks/PRE_BUILD
b/crypto/cryptsetup-luks/PRE_BUILD
deleted file mode 100755
index 8b13e86..0000000
--- a/crypto/cryptsetup-luks/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-mk_source_dir ${SOURCE_DIRECTORY}.static &&
-cp -a ${SOURCE_DIRECTORY}/* ${SOURCE_DIRECTORY}.static/



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1ff51460790bc49c8b69c0508271f2b45e04e530), Thomas Orgis, 01/15/2013

Archive powered by MHonArc 2.6.24.

Top of Page