pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Added NetBSD 3 to the list of platforms which need ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2581c463af2c
branches: trunk
changeset: 533834:2581c463af2c
user: heinz <heinz%pkgsrc.org@localhost>
date: Tue Oct 02 16:20:05 2007 +0000
description:
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:
mk/dlopen.builtin.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3a64e59ea076 -r 2581c463af2c mk/dlopen.builtin.mk
--- a/mk/dlopen.builtin.mk Tue Oct 02 15:59:23 2007 +0000
+++ b/mk/dlopen.builtin.mk Tue Oct 02 16:20:05 2007 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index