]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make shared libraries executable so they work on HP-UX
authorJeff Trawick <trawick@apache.org>
Sat, 27 Oct 2001 14:01:13 +0000 (14:01 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 27 Oct 2001 14:01:13 +0000 (14:01 +0000)
(I'm not sure that this logic for copying DSOs will survive
in the libtool scheme; I'm putting this 1.3 fix in just in
case.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91675 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index 9c3d62b0cb6859372fb95672b8b17a97a943be4c..6d3eec04c19b16c202d59da771702856efd567e5 100755 (executable)
@@ -199,7 +199,7 @@ cp README.bindist ../httpd-$VER-$OS.README
   echo "lcopy bindist/man \$SR/man 755 644" && \
   echo "if [ -d bindist/modules ]" && \
   echo "then" && \
-  echo "  lcopy bindist/modules \$SR/modules 750 644" && \
+  echo "  lcopy bindist/modules \$SR/modules 750 750" && \
   echo "fi" && \
   echo "lcopy bindist/include \$SR/include 755 644" && \
   echo "lcopy bindist/icons \$SR/icons 755 644" && \