summaryrefslogtreecommitdiff
path: root/build/binbuild.sh
diff options
context:
space:
mode:
authorRandy Terbush <randy@apache.org>1999-08-13 03:26:29 +0000
committerRandy Terbush <randy@apache.org>1999-08-13 03:26:29 +0000
commit42958e0be869f738fae5b29f05af1adca4426418 (patch)
treecb2477d873ae3cee3086b702a68155e58dd103d2 /build/binbuild.sh
parent959068f9496de5dc2d32f9c5b43cbbc5ff8c4b59 (diff)
downloadhttpd-42958e0be869f738fae5b29f05af1adca4426418.tar.gz
Add -R flag to apachectl for binary builds to work around lack of absolute
path to ./libexec directory for SHARED_CORE architectures that need to load libhttp.ep. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83658 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/binbuild.sh')
-rwxr-xr-xbuild/binbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/binbuild.sh b/build/binbuild.sh
index 0bbb28eefa..e6c3a4b4a9 100755
--- a/build/binbuild.sh
+++ b/build/binbuild.sh
@@ -223,7 +223,7 @@ cp README.bindist ../apache_$VER-$OS.README
echo " -e \"s;\@sysconfdir\@;\$SR/conf;\" bindist/bin/apxs > \$SR/bin/apxs" && \
echo "sed -e \"s;^#!/.*;#!\$PERL;\" bindist/bin/dbmmanage > \$SR/bin/dbmmanage" && \
echo "sed -e \"s%/usr/local/apache%\$SR%\" \$SR/conf/httpd.conf.default > \$SR/conf/httpd.conf" && \
- echo "sed -e \"s%PIDFILE=%PIDFILE=\$SR/%\" -e \"s%HTTPD=%HTTPD=\\\"\$SR/%\" -e \"s%httpd\$%httpd -d \$SR\\\"%\" bindist/bin/apachectl > \$SR/bin/apachectl" && \
+ echo "sed -e \"s%PIDFILE=%PIDFILE=\$SR/%\" -e \"s%HTTPD=%HTTPD=\\\"\$SR/%\" -e \"s%httpd\$%httpd -d \$SR -R \$SR/libexec\\\"%\" bindist/bin/apachectl > \$SR/bin/apachectl" && \
echo " " && \
echo "echo \"Ready.\"" && \
echo "echo \" +--------------------------------------------------------+\"" && \