summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-03-10 00:14:06 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-03-10 00:14:06 +0000
commitc787e028667723cd986c61c42cb7c61f417f4b7b (patch)
treebf3be9c1495aa43a770710fafd471d07e30c1f93 /build
parent5fe4a841b82a20a33f4f72200f892ed53dae069a (diff)
downloadlibapr-c787e028667723cd986c61c42cb7c61f417f4b7b.tar.gz
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. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@64958 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/apr_hints.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 74495f3c0..91a75767e 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -335,13 +335,13 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
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])