[git] GCRYPT - branch, LIBGCRYPT-1-5-BRANCH, updated. libgcrypt-1.5.3-3-g182640a

by Werner Koch cvs at cvs.gnupg.org
Tue Oct 15 12:56:50 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, LIBGCRYPT-1-5-BRANCH has been updated
       via  182640abc40b5ce77d4c0aaa0aa8c09d05a92138 (commit)
      from  497478c79711eee5a032ea91e9d7ad02a5a961cd (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 182640abc40b5ce77d4c0aaa0aa8c09d05a92138
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>
    (cherry picked from commit 4e46d8bc78008ba06f106b368cefb0dddf15fe38)

diff --git a/src/Makefile.am b/src/Makefile.am
index 9168022..e802f94 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,6 +76,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 file changed, 1 insertion(+)


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




More information about the Gnupg-commits mailing list