marc 97/08/21 15:56:23
Modified: src Tag: APACHE_1_2_X CHANGES Configure
Log:
Add -lm flag for AIX v>=4.2.
Revision Changes Path
No revision
No revision
1.286.2.52 +3 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.286.2.51
retrieving revision 1.286.2.52
diff -u -r1.286.2.51 -r1.286.2.52
--- CHANGES 1997/08/21 02:44:27 1.286.2.51
+++ CHANGES 1997/08/21 22:56:18 1.286.2.52
@@ -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
1.96.2.10 +1 -0 apache/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache/src/Configure,v
retrieving revision 1.96.2.9
retrieving revision 1.96.2.10
diff -u -r1.96.2.9 -r1.96.2.10
--- Configure 1997/08/15 17:29:48 1.96.2.9
+++ Configure 1997/08/21 22:56:20 1.96.2.10
@@ -212,6 +212,7 @@
*-ibm-aix*)
OS='IBM AIX >= 4.2'
CFLAGS="$CFLAGS -DAIX -U__STR__"
+ LFLAGS="$LFLAGS -lm"
;;
*-apollo-*)
OS='Apollo Domain'