Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3c055b5f9422ddc74f2d1c4910b66f2ef76a3667)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Vlad Glagolev <stealth AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3c055b5f9422ddc74f2d1c4910b66f2ef76a3667)
  • Date: Fri, 30 May 2008 01:18:07 +0200


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

Why "y"? It should be "n". You can use aespipe without loop-aes. Moreover you used "n" also in gnupg.

+++ b/crypto/gnupg/CONFIGURE
+config_query GNUPG_STATIC "Build statically linked binary (required for
loop-AES)?" n

--
Ladislav Hagara






Archive powered by MHonArc 2.6.24.

Top of Page