From c12846d533641311fd3f76826800b8e1e3168c6d Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 11 Oct 2004 16:51:56 +0000 Subject: 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.) --- devel/libtool-base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libtool-base') 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) -- cgit v1.2.3