Files
pkgsrc-ng/textproc/qore-xml-module/patches/patch-src_Makefile.in
2016-01-21 23:40:00 +01:00

15 lines
669 B
Plaintext

$NetBSD: patch-src_Makefile.in,v 1.1 2014/12/30 15:51:11 wiz Exp $
* don't install .a file
http://sourceforge.net/p/qore/code/6293/
--- src/Makefile.in.orig 2013-10-05 10:23:40.000000000 +0000
+++ src/Makefile.in
@@ -677,7 +677,7 @@ uninstall-am: uninstall-libLTLIBRARIES
install-exec-hook:
mv $(DESTDIR)$(libdir)/$(MNAME).$(MODULE_SUFFIX) $(DESTDIR)$(libdir)/$(MNAME)-api-$(MODULE_API).qmod
- $(RM) $(DESTDIR)$(libdir)/$(MNAME).la $(RM_OTHER)
+ $(RM) $(DESTDIR)$(libdir)/$(MNAME).la $(DESTDIR)$(libdir)/$(MNAME).a $(RM_OTHER)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.