15 lines
669 B
Plaintext
15 lines
669 B
Plaintext
$NetBSD: patch-src_Makefile.in,v 1.1 2014/12/30 16:02:08 wiz Exp $
|
|
* don't install .a file
|
|
http://sourceforge.net/p/qore/code/6291/
|
|
--- src/Makefile.in.orig 2013-10-05 08:04:54.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -682,7 +682,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.
|