From: Guenter Knauf Date: Sat, 11 Aug 2007 01:32:54 +0000 (+0000) Subject: export the BASEDIR var so that APR can use it. X-Git-Tag: 2.3.0~1614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4422fb1ce81b90efca1b998777090a158f8d826c;p=thirdparty%2Fapache%2Fhttpd.git export the BASEDIR var so that APR can use it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@564815 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index d79eedb495b..22be7ba9e9c 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -220,6 +220,7 @@ endif ifndef BASEDIR BASEDIR = Apache23 endif +export BASEDIR ifndef PORT PORT = 80