dreid 2004/03/09 16:14:06 Modified: build Tag: APR_0_9_BRANCH apr_hints.m4 Log: Backport the change from HEAD to solve the library paths and include issues that APR has on BeOS BONE. With this patch we now allow httpd to work with it's builtin pcre lib and not segfault. Revision Changes Path No revision No revision 1.53.2.5 +4 -4 apr/build/apr_hints.m4 Index: apr_hints.m4 =================================================================== RCS file: /home/cvs/apr/build/apr_hints.m4,v retrieving revision 1.53.2.4 retrieving revision 1.53.2.5 diff -u -r1.53.2.4 -r1.53.2.5 --- apr_hints.m4 7 Mar 2004 01:30:24 -0000 1.53.2.4 +++ apr_hints.m4 10 Mar 2004 00:14:06 -0000 1.53.2.5 @@ -335,13 +335,13 @@ APR_SETIFNULL(apr_process_lock_is_global, [yes]) 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 -lbe -lroot]) + APR_ADDTO(LDFLAGS, [-L/boot/beos/system/lib]) + APR_ADDTO(LIBS, [-lbind -lsocket]) APR_ADDTO(CPPFLAGS,[-DBONE7]) ;; 5.1) - APR_ADDTO(LDFLAGS, [-L/boot/develop/lib/x86 -L/boot/beos/system/lib -lbind -lsocket]) - APR_ADDTO(LIBS, [-lbind -lbe -lroot]) + APR_ADDTO(LDFLAGS, [-L/boot/beos/system/lib]) + APR_ADDTO(LIBS, [-lbind -lsocket]) ;; esac APR_ADDTO(CPPFLAGS, [-DSIGPROCMASK_SETS_THREAD_MASK -DAP_AUTH_DBM_USE_APR])