]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use cp on AIX too. /usr/bin/install isn't compatible on recent systems
authorEric Covener <covener@apache.org>
Mon, 24 Jun 2013 21:48:50 +0000 (21:48 +0000)
committerEric Covener <covener@apache.org>
Mon, 24 Jun 2013 21:48:50 +0000 (21:48 +0000)
and it's a pain to install and force /opt/freeware/bin.

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

CHANGES
build/instdso.sh

diff --git a/CHANGES b/CHANGES
index 0aacf155c55e06aaf3df58be431ac75bf98fe460..bff69119d1630837f38e7c1b8dbc8b26ecdefdf9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
+     [Eric Covener]
+
   *) mod_ldap: Retry transient LDAP connection errors when they occur 
      during the authorization stage. 
      [Eric Covener]
index 89aa32d010840342fd6f1c0c8d21f4537a96b7c5..2e1506ca29ab6472227920aaf7b6041f34ecb76c 100755 (executable)
@@ -55,7 +55,7 @@ then
 fi
 
 case $SYS in
-    SunOS|HP-UX)
+    SunOS|HP-UX|AIX)
         INSTALL_CMD=cp
         ;;
     *)