summaryrefslogtreecommitdiff
path: root/news/inn-current/files/patch-configure
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-09-26 06:32:40 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-09-26 06:32:40 +0000
commit5471197f6a21a7f7a9a56fb0cae4f787c13b09c4 (patch)
treedfc86d4f25897bc33a5bf202b6cf0cd40eff0ef6 /news/inn-current/files/patch-configure
parentI forgot to remove files/patch-Makefile (diff)
update: news/inn
- Now config files are not removed - add many knobs - Use USE_OPENSSL hook PR: 57160 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Notes
Notes: svn path=/head/; revision=89416
Diffstat (limited to 'news/inn-current/files/patch-configure')
-rw-r--r--news/inn-current/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/news/inn-current/files/patch-configure b/news/inn-current/files/patch-configure
new file mode 100644
index 000000000000..64ff492b9865
--- /dev/null
+++ b/news/inn-current/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Mon Sep 22 11:31:16 2003
++++ configure Mon Sep 22 11:32:15 2003
+@@ -5828,9 +5828,9 @@
+ fi
+ if test x"$BERKELEY_DB_DIR" = xyes ; then
+ for v in db4 db3 db2 ; do
+- if test -d "/usr/local/include/$v" ; then
+- BERKELEY_DB_LDFLAGS="-L/usr/local/lib"
+- BERKELEY_DB_CFLAGS="-I/usr/local/include/$v"
++ if test -d "${LOCALBASE}/include/$v" ; then
++ BERKELEY_DB_LDFLAGS="-L${LOCALBASE}/lib"
++ BERKELEY_DB_CFLAGS="-I${LOCALBASE}/include/$v"
+ BERKELEY_DB_LIB="-l$v"
+ echo "$ac_t""FreeBSD locations" 1>&6
+ break