Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b425554c4cf006dbd83c7f9ac26f87320e9404a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b425554c4cf006dbd83c7f9ac26f87320e9404a9)
  • Date: Fri, 30 May 2008 04:13:11 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/aespipe/BUILD | 6 +++---
crypto/aespipe/CONFIGURE | 2 +-
crypto/aespipe/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit b425554c4cf006dbd83c7f9ac26f87320e9404a9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

aespipe: added subdep STATIC for loop-aes spell

diff --git a/crypto/aespipe/BUILD b/crypto/aespipe/BUILD
index ff402a1..3e593f9 100755
--- a/crypto/aespipe/BUILD
+++ b/crypto/aespipe/BUILD
@@ -1,7 +1,7 @@
if [[ $AESPIPE_STATIC == y ]]; then
- LDFLAGS="-static -s" default_build
-else
- default_build
+ LDFLAGS="-static -s $LDFLAGS"
fi &&

+default_build &&
+
make tests
diff --git a/crypto/aespipe/CONFIGURE b/crypto/aespipe/CONFIGURE
index 29ecf4d..b284a83 100755
--- a/crypto/aespipe/CONFIGURE
+++ b/crypto/aespipe/CONFIGURE
@@ -1 +1 @@
-config_query AESPIPE_STATIC "Build statically linked (required for
loop-AES)?" y
+config_query AESPIPE_STATIC "Build statically linked binary (required for
loop-AES)?" n
diff --git a/crypto/aespipe/HISTORY b/crypto/aespipe/HISTORY
index a601795..d636788 100644
--- a/crypto/aespipe/HISTORY
+++ b/crypto/aespipe/HISTORY
@@ -1,3 +1,7 @@
+2008-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, SUB_DEPENDS, PRE_SUB_DEPENDS: added subdep STATIC
+ * CONFIGURE: y => n
+
2008-05-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: hash => gpg
* BUILD: make tests




Archive powered by MHonArc 2.6.24.

Top of Page