On Tue, Jun 11, 2013 at 05:54:52PM +, build...@apache.org wrote:
> The Buildbot has detected a failed build on builder mod_perl_2_trunk while
> building ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/mod_perl_2_trunk/builds/101
> Build Source Stamp: [branch pe
Debian and Ubuntu packaged versions of Apache2 don't define PREFIX,
so 'make test' output is filled with warnings like
APXS (/usr/bin/apxs2) query for PREFIX failed
The attached proposed patch to Apache-Test fixes this, hopefully in a
non-intrusive way. Hope this is the right place to send this?
Apache-Test 1.13 introduced the APACHE_TEST_EXTRA_ARGS make variable
"to allow passing extra arguments from the command line", but the mod_perl
Makefile itself was never modified use that. The attached proposed patch
tries to rectify this.
We're using APACHE_TEST_EXTRA_ARGS in Debian to run the te