[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.0.3-56-ga5e64ba

by Andre Heinecke cvs at cvs.gnupg.org
Fri Apr 13 08:52:38 CEST 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 "GnuPG for Windows".

The branch, master has been updated
       via  a5e64ba2e76dcad4ce92115780ab8714a8e28181 (commit)
      from  0a19aa3853d4297456b25044beebdf690554ec3b (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 a5e64ba2e76dcad4ce92115780ab8714a8e28181
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Apr 13 08:51:48 2018 +0200

    Add patch to fix libgpg-error build
    
    * Makefile.am (EXTRA_DIST): Update.
    * patches/libgpg-error-1.29/
    0001-doc-Fix-yat2m-build-for-cross-compilation.patch: New.

diff --git a/Makefile.am b/Makefile.am
index 5e4e822..1431aac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,8 @@ EXTRA_DIST = autogen.sh README.GIT ONEWS \
         patches/kleopatra/0005-Hack-generated-conf-files-for-Crosscompiling.patch \
         patches/kleopatra/fix-qt5.6-build.patch \
         patches/extra-cmake-modules/0001-Use-BIN_INSTALL_DIR-data-for-DATAROOTDIR-on-Windows.patch \
-        patches/gpa-0.9.10/0001-w32-Make-location-of-locale-dir-more-flexible.patch
+        patches/gpa-0.9.10/0001-w32-Make-location-of-locale-dir-more-flexible.patch \
+        patches/libgpg-error-1.29/0001-doc-Fix-yat2m-build-for-cross-compilation.patch
 
 
 copy-news:
diff --git a/patches/libgpg-error-1.29/0001-doc-Fix-yat2m-build-for-cross-compilation.patch b/patches/libgpg-error-1.29/0001-doc-Fix-yat2m-build-for-cross-compilation.patch
new file mode 100755
index 0000000..b3b0bc1
--- /dev/null
+++ b/patches/libgpg-error-1.29/0001-doc-Fix-yat2m-build-for-cross-compilation.patch
@@ -0,0 +1,35 @@
+#! /bin/sh
+patch -p1 -l -f $* < $0
+exit $?
+
+From 792877a08ca7bc9d1377161dc9af374602a394cc Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka <gniibe at fsij.org>
+Date: Fri, 13 Apr 2018 15:45:54 +0900
+Subject: [PATCH Libgpg-error] doc: Fix yat2m build for cross compilation.
+
+* doc/Makefile.am: Fix target of yat2m-for-build.
+
+--
+
+GnuPG-bug-id: 3901
+Fixes-commit: efc4769339d42a4a399c040c146cf4a29c02ea4f
+Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
+---
+ doc/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index 7439a49..76af5be 100644
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -46,7 +46,7 @@ YAT2M_CMD = ./yat2m-for-build
+ YAT2M_DEP = yat2m-for-build
+ CLEANFILES += yat2m-for-build
+
+-yat2m-for-build$(EXEEXT): yat2m.c
++yat2m-for-build: yat2m.c
+	$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
+ else
+ YAT2M_CMD = ./yat2m
+--
+2.11.0

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

Summary of changes:
 Makefile.am                                        |  3 +-
 ...doc-Fix-yat2m-build-for-cross-compilation.patch | 35 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100755 patches/libgpg-error-1.29/0001-doc-Fix-yat2m-build-for-cross-compilation.patch


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list