dreid 01/05/13 04:04:00
Modified: build apr_hints.m4
Log:
I missed this previously. Basically the latest BeOS beta has changed the
version
number and moved a lot of defines around in the header files to make it
more compliant, but of course this broke my workarounds...
Revision Changes Path
1.13 +5 -1 apr/build/apr_hints.m4
Index: apr_hints.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_hints.m4,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- apr_hints.m4 2001/05/11 03:59:03 1.12
+++ apr_hints.m4 2001/05/13 11:03:59 1.13
@@ -350,8 +350,12 @@
APR_ADDTO(CPPFLAGS, [-DBEOS])
PLATOSVERS=`uname -r`
case $PLATOSVERS in
+ 5.0.4)
+ APR_ADDTO(LDFLAGS, [-L/boot/develop/lib/x86
-L/boot/beos/system/lib -lbind -lsocket])
+ APR_ADDTO(LIBS, [-lbind -lsocket -lbe -lroot])
+ APR_ADDTO(CPPFLAGS,[-DBONE7])
+ ;;
5.1)
- APR_ADDTO(CPPFLAGS, [-I/boot/develop/headers/bone])
APR_ADDTO(LDFLAGS, [-L/boot/develop/lib/x86
-L/boot/beos/system/lib -lbind -lsocket])
APR_ADDTO(LIBS, [-lbind -lsocket -lbe -lroot])
;;