From b141c9bb7e63e8e240563880c4820668cca5b738 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 21 Apr 2004 14:55:32 +0000 Subject: libtool 1.5.2nb7: Another Interix fix, this time removing any usage of -fpic or -fPIC, as those produce horribly broken code. Rather, shlibs are relocated at runtime by the NT loader, and are compiled without any special PIC option. --- mk/defs.Interix.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk index 639d408e604..6b7a814d5b7 100644 --- a/mk/defs.Interix.mk +++ b/mk/defs.Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Interix.mk,v 1.12 2004/04/21 14:53:51 tv Exp $ +# $NetBSD: defs.Interix.mk,v 1.13 2004/04/21 14:55:32 tv Exp $ # # Variable definitions for the Interix operating system. @@ -121,7 +121,7 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available -_OPSYS_LIBTOOL_REQD= 1.5.2nb6 # base version of libtool required +_OPSYS_LIBTOOL_REQD= 1.5.2nb7 # base version of libtool required _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PKGTOOLS_REQD= 20040330 _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads -- cgit v1.2.3