Commit d84b94ad authored by Jeff Trawick's avatar Jeff Trawick
Browse files

make shared libraries executable so they work on HP-UX

(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
parent eea9bc16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" && \