summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-11 16:51:56 +0000
committertv <tv@pkgsrc.org>2004-10-11 16:51:56 +0000
commitc12846d533641311fd3f76826800b8e1e3168c6d (patch)
tree579db69dbbbc1ebd13ff71946c5ea1baf7bb77b6 /devel/libtool-base
parenta5069d8d7294dad1a3e1d63f80522283644b1ddd (diff)
downloadpkgsrc-c12846d533641311fd3f76826800b8e1e3168c6d.tar.gz
Make -export-symbols work properly under Interix. (The Interix ld(1) does
not implicitly add `_' to -retain-symbols-file values, so we have to add it manually before doing the physical link.)
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 3d4b52c2855..c8a04b28031 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2004/10/08 17:37:51 tv Exp $
+# $NetBSD: Makefile,v 1.42 2004/10/11 16:51:56 tv Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)