pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/35317: www/ap-fastcgi broken with apache 1
>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.
Home |
Main Index |
Thread Index |
Old Index