summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authortv <tv>1998-12-05 00:00:09 +0000
committertv <tv>1998-12-05 00:00:09 +0000
commit29b5b43f07a6a4a61408609e447d5a55d777808f (patch)
tree7d8f425b0d599b8e9f8de73733efebccfa27346c /www/apache
parentcb91285df230af67568c7028a5eca0aa8cd3752a (diff)
downloadpkgsrc-29b5b43f07a6a4a61408609e447d5a55d777808f.tar.gz
Work around Apache dlclose() bug, where shared objects may be dlclose()d
before their cleanup procedures are called. Fixes mod_perl vs. CGI interaction bug.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/apache/patches/patch-al b/www/apache/patches/patch-al
new file mode 100644
index 00000000000..21a94d4b7ce
--- /dev/null
+++ b/www/apache/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 1998/12/05 00:00:09 tv Exp $
+
+--- src/os/unix/os.c.orig Fri Dec 4 18:53:48 1998
++++ src/os/unix/os.c Fri Dec 4 18:54:00 1998
+@@ -119,7 +119,7 @@
+ #elif defined(RHAPSODY)
+ NSUnLinkModule(handle,FALSE);
+
+-#else
++#elif 0
+ dlclose(handle);
+ #endif
+