[git] Scute - branch, master, updated. scute-1.3.0-51-g086b72a

by Oleg Gurevich cvs at cvs.gnupg.org
Mon Jan 18 11:49:29 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PKCS#11 token on top of gpg-agent".

The branch, master has been updated
       via  086b72ab07016778fea1ffeb8e5cc340d2116f6a (commit)
      from  4983f77cfbc810795f24e7452363413597bbe2e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 086b72ab07016778fea1ffeb8e5cc340d2116f6a
Author: Oleg Gurevich <oleg at gurevich.de>
Date:   Mon Jan 18 11:39:07 2016 +0100

    Set configure options for cross-compilation.
    
    * autogen.rc: Set configure options for cross-compilation based on
    'myhost'.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/autogen.rc b/autogen.rc
index 881f658..f5856c8 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -1,4 +1,19 @@
 # autogen.sh configuration for Scute                           -*- sh -*-
+case "$myhost" in
+  w32)
+    configure_opts="
+      --with-gpg-error-prefix=@SYSROOT@
+      --with-libassuan-prefix=@SYSROOT@
+      "
+    ;;
+
+  amd64)
+    configure_opts="
+      --with-gpg-error-prefix=@SYSROOT@
+      --with-libassuan-prefix=@SYSROOT@
+     "
+    ;;
+esac
 
 extra_aclocal_flags=""
 final_info="./configure --enable-maintainer-mode  && make"

-----------------------------------------------------------------------

Summary of changes:
 autogen.rc | 15 +++++++++++++++
 1 file changed, 15 insertions(+)


hooks/post-receive
-- 
PKCS#11 token on top of gpg-agent
http://git.gnupg.org




More information about the Gnupg-commits mailing list