]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Recognize the current AIX 5L release (V5R1).
authorJeff Trawick <trawick@apache.org>
Mon, 8 Oct 2001 20:59:36 +0000 (20:59 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 8 Oct 2001 20:59:36 +0000 (20:59 +0000)
Apache builds and runs without this, but the expected
default mutex mechanism isn't used and the DSO implementation
is not as expected either.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91367 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES
src/Configure

index fb34b38ad14e0e474e5f614a0b9411bafaa9872d..186b1e4ff7aee18c61a4f021e9fa571a5e107aee 100644 (file)
@@ -1,5 +1,9 @@
 Changes with Apache 1.3.22
 
+Changes with Apache 1.3.22
+
+  *) Recognize AIX 5.1.  [Jeff Trawick]
+
   *) PORT: Support AtheOS (see www.atheos.cx)
      [Rodrigo Parra Novo <rodarvus@terra.com.br>]
 
index 043af6525078b8c379b48c829501ed5df19d226a..99940f4d765cc8e98030a65443a068f4271c38a8 100755 (executable)
@@ -326,6 +326,13 @@ case "$PLAT" in
        RULE_SHARED_CORE=no
        DEF_SHARED_CORE=no
        ;;
+    *-ibm-aix5.1)
+       OS='IBM AIX 5.1'
+       CFLAGS="$CFLAGS -DAIX=51 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__"
+       LDFLAGS="$LDFLAGS -lm -lpthread"
+       RULE_SHARED_CORE=no
+       DEF_SHARED_CORE=no
+       ;;
     ia64-ibm-aix*)
        OS='IBM AIX IA64'
        CFLAGS="$CFLAGS -DAIXIA64 -U__STR__"