[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-135-g4e46d8b

by Werner Koch cvs at cvs.gnupg.org
Wed May 22 19:03:20 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 "The GNU crypto library".

The branch, master has been updated
       via  4e46d8bc78008ba06f106b368cefb0dddf15fe38 (commit)
      from  638b20967fb4f60b3366251f16963a4a54108087 (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 4e46d8bc78008ba06f106b368cefb0dddf15fe38
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 2fbe6ef..22263d9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,6 +83,7 @@ no_undefined = -no-undefined
 export_symbols = -export-symbols $(srcdir)/libgcrypt.def
 
 install-def-file:
+	-$(INSTALL) -d $(DESTDIR)$(libdir)
 	$(INSTALL) $(srcdir)/libgcrypt.def $(DESTDIR)$(libdir)/libgcrypt.def
 
 uninstall-def-file:

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

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


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




More information about the Gnupg-commits mailing list