libgcrypt parallel install bug
xantares 09
xantares09 at hotmail.com
Tue Oct 8 11:22:59 CEST 2013
Hi,
I think there is a bug in libgcrypt with parallel make install target in case of a mingw build.
The rule for installing libgcrypt.def assumes $(DESTDIR)$(libdir) has been previously created, in src/Makefile.in
@HAVE_W32_SYSTEM_TRUE at install-def-file:
@HAVE_W32_SYSTEM_TRUE@ $(INSTALL) $(srcdir)/libgcrypt.def $(DESTDIR)$(libdir)/libgcrypt.def
It should test and call MKDIR_P if necessary on $(DESTDIR)$(libdir), or the rule could depend on install-libLTLIBRARIES target, which creates libdir.
x.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20131008/96001ed2/attachment.html>
More information about the Gnupg-devel
mailing list