Subject: CVS commit: pkgsrc/www/apache6/patches
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/16/2001 07:11:07
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Oct 16 04:11:07 UTC 2001

Modified Files:
	doc: pkg-CHANGES
	pkgsrc/www/apache: Makefile distinfo
	pkgsrc/www/apache6: Makefile distinfo
Added Files:
	pkgsrc/www/apache/patches: patch-ak
	pkgsrc/www/apache6/patches: patch-aj patch-ak

Log Message:
On NetBSD, we need to link libgcc.a whole-archive so that certain symbols
from the C++ implementation (__get_eh_context, etc.) referenced by DSOs
written in C++ will resolve correctly.  This makes php4-sablot work with
mod_php4.so (from ap-php4) on ELF platforms when loaded by Apache's httpd.


To generate a diff of this commit:
cvs rdiff -r1.5270 -r1.5271 doc/pkg-CHANGES
cvs rdiff -r1.76 -r1.77 pkgsrc/www/apache/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/apache/distinfo
cvs rdiff -r0 -r1.5 pkgsrc/www/apache/patches/patch-ak
cvs rdiff -r1.36 -r1.37 pkgsrc/www/apache6/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/apache6/distinfo
cvs rdiff -r0 -r1.5 pkgsrc/www/apache6/patches/patch-aj \
    pkgsrc/www/apache6/patches/patch-ak

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.