Call libtool always with --mode. Honour the strip settings of pkgsrc.

This commit is contained in:
joerg 2009-11-25 23:31:58 +00:00
parent d79c88f8a2
commit 7621c58fb7
2 changed files with 16 additions and 3 deletions

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2009/11/15 13:58:20 drochner Exp $
$NetBSD: distinfo,v 1.3 2009/11/25 23:31:58 joerg Exp $
SHA1 (mxml-2.6.tar.gz) = df180bd2e3890c97fa8a05dd131f9285468cffe1
RMD160 (mxml-2.6.tar.gz) = 6b1d1503880841431014b54d86430ed78201b6f2
Size (mxml-2.6.tar.gz) = 254455 bytes
SHA1 (patch-aa) = 03fe9642eaa0e7186ce4139b7c826ceef2e1c5ba
SHA1 (patch-aa) = 9997c738df144c0825942c113d40988078cdea47
SHA1 (patch-ab) = 5518b4ac561a2ca26da5666caead9745729475b3

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.2 2009/11/15 13:58:20 drochner Exp $
$NetBSD: patch-aa,v 1.3 2009/11/25 23:31:58 joerg Exp $
--- Makefile.in.orig 2008-12-06 05:20:38.000000000 +0100
+++ Makefile.in
@ -11,6 +11,19 @@ $NetBSD: patch-aa,v 1.2 2009/11/15 13:58:20 drochner Exp $
LIBS = @LIBS@ @PTHREAD_LIBS@
LN = @LN@ -s
MKDIR = @MKDIR@
@@ -59,10 +59,10 @@ BUILDROOT = $(DSTROOT)
# Install commands...
#
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
+INSTALL_BIN = $(LIBTOOL) --mode=install $(BSD_INSTALL_PROGRAM)
INSTALL_DATA = $(INSTALL) -m 644
INSTALL_DIR = $(INSTALL) -d
-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
+INSTALL_LIB = $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB)
INSTALL_MAN = $(INSTALL) -m 644
INSTALL_SCRIPT = $(INSTALL) -m 755
@@ -133,7 +133,7 @@ clang:
# Install everything...
#