GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
crypto/aespipe/BUILD | 7 +++++++
crypto/aespipe/CONFIGURE | 1 +
crypto/aespipe/HISTORY | 5 ++++-
3 files changed, 12 insertions(+), 1 deletion(-)
New commits:
commit 3c055b5f9422ddc74f2d1c4910b66f2ef76a3667
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
aespipe: added statically liked option for loop-AES usage, tests
diff --git a/crypto/aespipe/BUILD b/crypto/aespipe/BUILD
new file mode 100755
index 0000000..ff402a1
--- /dev/null
+++ b/crypto/aespipe/BUILD
@@ -0,0 +1,7 @@
+if [[ $AESPIPE_STATIC == y ]]; then
+ LDFLAGS="-static -s" default_build
+else
+ default_build
+fi &&
+
+make tests
diff --git a/crypto/aespipe/CONFIGURE b/crypto/aespipe/CONFIGURE
new file mode 100755
index 0000000..29ecf4d
--- /dev/null
+++ b/crypto/aespipe/CONFIGURE
@@ -0,0 +1 @@
+config_query AESPIPE_STATIC "Build statically linked (required for
loop-AES)?" y
Archive powered by MHonArc 2.6.24.