[git] GCRYPT - branch, master, updated. libgcrypt-1.8.1-115-gf739533

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Nov 2 05:54:56 CET 2018


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, master has been updated
       via  f7395338d71d4d82180a11707fd6e77787162e24 (commit)
      from  f46286851158878d5041ac5381b2807ecec541eb (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 f7395338d71d4d82180a11707fd6e77787162e24
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Nov 2 13:51:40 2018 +0900

    build: Fix GCRYPT_HWF_MODULES.
    
    * configure.ac (GCRYPT_HWF_MODULES): Add libgcrypt_la- prefix.
    
    --
    
    Before this change "make distcheck" fails because
    src/.deps/hwf-x86.Plo remains.  Note that the distclean entry for the
    file is libgcrypt_la-hwf-x86.Plo.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/configure.ac b/configure.ac
index cdce339..4e4f1f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2588,7 +2588,7 @@ GCRYPT_HWF_MODULES=
 case "$mpi_cpu_arch" in
      x86)
         AC_DEFINE(HAVE_CPU_ARCH_X86, 1,   [Defined for the x86 platforms])
-        GCRYPT_HWF_MODULES="hwf-x86.lo"
+        GCRYPT_HWF_MODULES="libgcrypt_la-hwf-x86.lo"
         ;;
      alpha)
         AC_DEFINE(HAVE_CPU_ARCH_ALPHA, 1, [Defined for Alpha platforms])
@@ -2607,11 +2607,11 @@ case "$mpi_cpu_arch" in
         ;;
      arm)
         AC_DEFINE(HAVE_CPU_ARCH_ARM, 1,   [Defined for ARM platforms])
-        GCRYPT_HWF_MODULES="hwf-arm.lo"
+        GCRYPT_HWF_MODULES="libgcrypt_la-hwf-arm.lo"
         ;;
      aarch64)
         AC_DEFINE(HAVE_CPU_ARCH_ARM, 1,   [Defined for ARM AArch64 platforms])
-        GCRYPT_HWF_MODULES="hwf-arm.lo"
+        GCRYPT_HWF_MODULES="libgcrypt_la-hwf-arm.lo"
         ;;
 esac
 AC_SUBST([GCRYPT_HWF_MODULES])

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

Summary of changes:
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list