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

Ladislav Hagara ladislav.hagara at unob.cz
Thu May 29 19:18:07 EDT 2008


> 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





More information about the SM-Commit mailing list