summaryrefslogtreecommitdiff
path: root/mk/dlopen.builtin.mk
diff options
context:
space:
mode:
authorheinz <heinz>2007-10-02 16:20:05 +0000
committerheinz <heinz>2007-10-02 16:20:05 +0000
commit75e74c27bc197f4e7bb44ac98cef4321145cbb82 (patch)
tree5cafc624c5dc50a6ce9771b6d62b569fe386a4cf /mk/dlopen.builtin.mk
parent715f8eca6a34011ebd7730c5d93e46f2ab238a6b (diff)
downloadpkgsrc-75e74c27bc197f4e7bb44ac98cef4321145cbb82.tar.gz
Added NetBSD 3 to the list of platforms which need pthreads linked into
the application if it uses dlopen(). This change was triggered by the longstanding bug that mod_perl (due to perl itself) was built with threads but apache was not, thus leading to incompatibility between apache and mod_perl. Whether NetBSD 4 needs to be added as well is still an open question.
Diffstat (limited to 'mk/dlopen.builtin.mk')
-rw-r--r--mk/dlopen.builtin.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/dlopen.builtin.mk b/mk/dlopen.builtin.mk
index 16c77b3ba83..ef0f6c28f82 100644
--- a/mk/dlopen.builtin.mk
+++ b/mk/dlopen.builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: dlopen.builtin.mk,v 1.14 2005/06/26 13:11:22 minskim Exp $
+# $NetBSD: dlopen.builtin.mk,v 1.15 2007/10/02 16:20:05 heinz Exp $
BUILTIN_PKG:= dl
@@ -47,7 +47,8 @@ _BLNK_DLOPEN_REQUIRE_PTHREAD_PLATFORMS= \
NetBSD-2.[0-9]_*-* \
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-2.99.[0-9]-* NetBSD-2.99.10-* \
+ NetBSD-3.[0-9]-* NetBSD-3.[0-9].[0-9]*-*
.if !defined(_BLNK_DLOPEN_REQUIRE_PTHREADS)
_BLNK_DLOPEN_REQUIRE_PTHREADS?= no