FreeBSD Bugzilla – Attachment 25798 Details for
Bug 44071
oops-1.5.22.20020519 port does not compile with DB4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.32 KB, created by
Sergey Mokryshev
on 2002-10-15 01:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sergey Mokryshev
Created:
2002-10-15 01:50:01 UTC
Size:
1.32 KB
patch
obsolete
>--- configure.in.orig Wed Dec 19 15:18:40 2001 >+++ configure.in Sat Oct 5 18:27:46 2002 >@@ -49,7 +49,7 @@ > AC_ARG_WITH(zlib,--with-zlib=[[PATH]] Which zlib library/object file to use, > with_zlib="$withval", with_zlib="") > >-AC_CHECK_HEADERS(crypt.h getopt.h pthread.h stdlib.h string.h strings.h unistd.h sys/inttypes.h) >+AC_CHECK_HEADERS(crypt.h getopt.h pthread.h stdlib.h string.h strings.h unistd.h inttypes.h) > AC_CHECK_HEADERS(netinet/ip_fil.h, AC_DEFINE(HAVE_IPF)) > AC_CHECK_HEADERS(netinet/ip6.h, AC_DEFINE(HAVE_IP6_H)) > >@@ -66,6 +66,9 @@ > LIBDB_PATH="/usr/local/BerkeleyDB.3.0" > elif test -r "$pwd/libdb.a"; then > LIBDB_PATH="$pwd" >+elif test -r "/usr/local/lib/libdb4.a"; then >+ LIBDB_PATH="/usr/local" >+ LIBDB_NAME=-ldb4 > elif test -r "/usr/local/lib/libdb.a"; then > LIBDB_PATH="/usr/local" > elif test -r "/usr/lib/libdb2.a"; then >@@ -524,10 +527,10 @@ > esac > > if test "X$MYSQL_PATH" != "X" ; then >- LIBS="-L$MYSQL_PATH/lib -lmysqlclient $LIBS" >+ LIBS="-L$MYSQL_PATH/lib/mysql -lmysqlclient $LIBS" > AC_DEFINE(HAVE_MYSQL) >- CFLAGS="$CFLAGS -I$MYSQL_PATH/include" >- MYSQL_LIB="-L$MYSQL_PATH/lib -lmysqlclient" >+ CFLAGS="$CFLAGS -I$MYSQL_PATH/include/mysql" >+ MYSQL_LIB="-L$MYSQL_PATH/lib/mysql -lmysqlclient" > fi > > if test "X$PGSQL_PATH" != "X" ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44071
:
25797
| 25798 |
25799