summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>2004-04-21 14:55:32 +0000
committertv <tv>2004-04-21 14:55:32 +0000
commitb141c9bb7e63e8e240563880c4820668cca5b738 (patch)
tree4dd309d8867affe75f85f96b270161519dd8a55a /mk
parentd7bb934b242a6f76ad8a899781c6847a17b47c68 (diff)
downloadpkgsrc-b141c9bb7e63e8e240563880c4820668cca5b738.tar.gz
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.
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.Interix.mk4
1 files changed, 2 insertions, 2 deletions
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