Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id PAA12634; Thu, 21 Aug 1997 15:46:31 -0700 (PDT) Received: from paris.ics.uci.edu (mmdf@paris.ics.uci.edu [128.195.1.50]) by hyperreal.org (8.8.5/8.8.5) with SMTP id PAA12626 for ; Thu, 21 Aug 1997 15:46:25 -0700 (PDT) Received: from kiwi.ics.uci.edu by paris.ics.uci.edu id aa15321; 21 Aug 97 15:37 PDT To: new-httpd@apache.org Subject: Re: [PATCH] fix -lm on AIX 4.2 in 1.2 In-reply-to: Your message of "Thu, 21 Aug 1997 10:57:53 MDT." Date: Thu, 21 Aug 1997 15:35:56 -0700 From: "Roy T. Fielding" Message-ID: <9708211537.aa15321@paris.ics.uci.edu> Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org >Has been in 1.3, just forgot to bring it into 1.2. Worth putting in 1.2.4 >me thinks... +1 (but no worries if it doesn't make it) ....Roy >Index: CHANGES >=================================================================== >RCS file: /export/home/cvs/apache/src/CHANGES,v >retrieving revision 1.286.2.51 >diff -u -r1.286.2.51 CHANGES >--- CHANGES 1997/08/21 02:44:27 1.286.2.51 >+++ CHANGES 1997/08/21 16:56:28 >@@ -5,6 +5,9 @@ > always making requests with the full-URI instead of just the URI path. > [Marc Slemko, Roy Fielding] > >+ *) Add -lm for AIX versions >= 4.2 to allow Apache to link properly >+ on this platform. [Marc Slemko] >+ > Changes with Apache 1.2.3 > > *) The request to a remote proxy was mangled if it was generated as the >Index: Configure >=================================================================== >RCS file: /export/home/cvs/apache/src/Configure,v >retrieving revision 1.96.2.9 >diff -u -r1.96.2.9 Configure >--- Configure 1997/08/15 17:29:48 1.96.2.9 >+++ Configure 1997/08/21 16:56:30 >@@ -212,6 +212,7 @@ > *-ibm-aix*) > OS='IBM AIX >= 4.2' > CFLAGS="$CFLAGS -DAIX -U__STR__" >+ LFLAGS="$LFLAGS -lm" > ;; > *-apollo-*) > OS='Apollo Domain' >