]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add -R flag to apachectl for binary builds to work around lack of absolute
authorRandy Terbush <randy@apache.org>
Fri, 13 Aug 1999 03:26:29 +0000 (03:26 +0000)
committerRandy Terbush <randy@apache.org>
Fri, 13 Aug 1999 03:26:29 +0000 (03:26 +0000)
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

build/binbuild.sh

index 0bbb28eefae8a8d445001e04aed695b44015b2df..e6c3a4b4a9f9f4d0ce0574695193d1402208385e 100755 (executable)
@@ -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 \" +--------------------------------------------------------+\"" && \