Subject: pkg/35317: www/ap-fastcgi broken with apache 1
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <b1ff@fr33.b33r.net>
List: pkgsrc-bugs
Date: 12/24/2006 08:25:01
>Number:         35317
>Category:       pkg
>Synopsis:       www/ap-fastcgi broken with apache 1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 24 08:25:00 +0000 2006
>Originator:     Mathieu
>Release:        3.0.2_PATCH
>Organization:
>Environment:
>Description:
Won't build with www/apache13 with patch-aa 1.2 (it gives APR function undeclared errors). Looks like that block of defines shouldn't be done with apache13.

>How-To-Repeat:

>Fix:
Changing line 95 ("#ifndef ap_copy_table") of fcgi.h (the version after pkgsrc patching) to

#if defined(APACHE2) && !defined(ap_copy_table)

seems to work fine.