Skip to Content.
Sympa Menu

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

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 (53bfe9fab01077c83b6a839eca2ac5a24dc1eaa8)
  • Date: Fri, 30 May 2008 04:29:03 -0500

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

crypto/aespipe/PRE_SUB_DEPENDS | 4 ++++
crypto/aespipe/SUB_DEPENDS | 7 +++++++
2 files changed, 11 insertions(+)

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

aespipe: added forgotten files

diff --git a/crypto/aespipe/PRE_SUB_DEPENDS b/crypto/aespipe/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..907e6dd
--- /dev/null
+++ b/crypto/aespipe/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ STATIC) [[ $AESPIPE_STATIC == y ]];;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac
diff --git a/crypto/aespipe/SUB_DEPENDS b/crypto/aespipe/SUB_DEPENDS
new file mode 100755
index 0000000..6461ac1
--- /dev/null
+++ b/crypto/aespipe/SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ STATIC) if [[ $AESPIPE_STATIC != y ]]; then
+ message "Requested statically linked AESpipe, forcing option
AESPIPE_STATIC=y" &&
+ AESPIPE_STATIC=y
+ fi;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (53bfe9fab01077c83b6a839eca2ac5a24dc1eaa8), Vlad Glagolev, 05/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page