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

Vlad Glagolev scm at sourcemage.org
Fri May 30 05:29:03 EDT 2008


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



More information about the SM-Commit mailing list