[git] GCRYPT - branch, LIBGCRYPT-1-5-BRANCH, updated. libgcrypt-1.5.0-18-gd313255

by Werner Koch cvs at cvs.gnupg.org
Mon Mar 18 09:17:20 CET 2013


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 "The GNU crypto library".

The branch, LIBGCRYPT-1-5-BRANCH has been updated
       via  d313255350e6f397500ce23714ddec8780f32449 (commit)
      from  e0139f73600ed584f23d57a2baf768e32ea900ec (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 d313255350e6f397500ce23714ddec8780f32449
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Mar 18 09:02:35 2013 +0100

    mpi: Make using gcc's -Ofast easier.
    
    * cipher/Makefile.am (o_flag_munging): Take -Ofast in account.
    --
    
    GnuPG-bug-id: 1468

diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index cbeace8..f8c39fb 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -68,7 +68,7 @@ rfc2268.c \
 camellia.c camellia.h camellia-glue.c
 
 if ENABLE_O_FLAG_MUNGING
-o_flag_munging = sed -e 's/-O[2-9s]*/-O1/g'
+o_flag_munging = sed -e 's/-O([2-9s]|fast)*/-O1/g'
 else
 o_flag_munging = cat
 endif

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

Summary of changes:
 cipher/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list