From 4939c4ccab663d8c60eaffdcd5ada27afeb0cc4f Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 23 Jan 2009 11:23:28 +0000 Subject: Added NetBSD>=4 to the list of platforms which need pthreads linked into the application if it uses dlopen(). This pattern should be changed if confirmed fixed in NetBSD-current. --- mk/dlopen.builtin.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mk/dlopen.builtin.mk') diff --git a/mk/dlopen.builtin.mk b/mk/dlopen.builtin.mk index abd68555942..51caba78987 100644 --- a/mk/dlopen.builtin.mk +++ b/mk/dlopen.builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: dlopen.builtin.mk,v 1.16 2007/10/03 08:56:07 heinz Exp $ +# $NetBSD: dlopen.builtin.mk,v 1.17 2009/01/23 11:23:28 obache Exp $ BUILTIN_PKG:= dl @@ -48,8 +48,7 @@ _BLNK_DLOPEN_REQUIRE_PTHREAD_PLATFORMS= \ NetBSD-2.[0-9]-* NetBSD-2.[0-9].[0-9]*-* \ NetBSD-2.[0-8][0-9]*-* NetBSD-2.9[0-8]*-* \ NetBSD-2.99.[0-9]-* NetBSD-2.99.10-* \ - NetBSD-3.[0-9]_*-* \ - NetBSD-3.[0-9]-* NetBSD-3.[0-9].[0-9]*-* + NetBSD-[4-9]*-* .if !defined(_BLNK_DLOPEN_REQUIRE_PTHREADS) _BLNK_DLOPEN_REQUIRE_PTHREADS?= no -- cgit v1.2.3