diff options
author | tv <tv@pkgsrc.org> | 2004-04-21 14:55:32 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-21 14:55:32 +0000 |
commit | c0823fd31eeb9e06e0541b3519f0f7185f07b10c (patch) | |
tree | 4dd309d8867affe75f85f96b270161519dd8a55a /mk | |
parent | a0d94bec7911f56b72cc2b3bb6dab2ea388ed6e3 (diff) | |
download | pkgsrc-c0823fd31eeb9e06e0541b3519f0f7185f07b10c.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.mk | 4 |
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 |