From 469a9386bde9506181783524e8e84e42c6176048 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 8 Oct 2001 20:59:36 +0000 Subject: [PATCH] Recognize the current AIX 5L release (V5R1). 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 | 4 ++++ src/Configure | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/src/CHANGES b/src/CHANGES index fb34b38ad14..186b1e4ff7a 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -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 ] diff --git a/src/Configure b/src/Configure index 043af652507..99940f4d765 100755 --- a/src/Configure +++ b/src/Configure @@ -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__" -- 2.47.3