[git] GPG-ERROR - branch, master, updated. libgpg-error-1.11-4-gdb43814

by Werner Koch cvs at cvs.gnupg.org
Thu May 23 17:16:06 CEST 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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  db438148df9623528aa7305b6d56edd23db8cbbe (commit)
      from  dd05f3790e536dec6ed56087780a1065ca66371e (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 db438148df9623528aa7305b6d56edd23db8cbbe
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 18 14:40:43 2013 +0200

    w32: Fix installing of .def file.
    
    * src/Makefile.am (install-def-file): Create libdir first.
    --
    
    Reported-by: LRN <lrn1986 at gmail.com>

diff --git a/src/Makefile.am b/src/Makefile.am
index cf9a364..7143dbd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -73,6 +73,7 @@ no_undefined = -no-undefined
 export_symbols = -export-symbols gpg-error.def
 
 install-def-file: gpg-error.def
+	-$(INSTALL) -d $(DESTDIR)$(libdir)
 	$(INSTALL) gpg-error.def $(DESTDIR)$(libdir)/gpg-error.def
 
 uninstall-def-file:

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

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


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list