|
|
@@ -1,27 +0,0 @@
|
|
|
-Index: configure
|
|
|
---- configure.orig 2008-05-04 04:05:13.000000000 +0200
|
|
|
-+++ configure 2008-06-02 18:38:16.000000000 +0200
|
|
|
-@@ -19704,8 +19704,8 @@
|
|
|
- else
|
|
|
- svd_LDFLAGS=$LDFLAGS
|
|
|
- svd_CPPFLAGS=$CPPFLAGS
|
|
|
-- LDFLAGS="-L$with_mysql/lib $LDFLAGS"
|
|
|
-- CPPFLAGS="-I$with_mysql/include $CPPFLAGS"
|
|
|
-+ LDFLAGS="-L$with_mysql/lib/mysql $LDFLAGS"
|
|
|
-+ CPPFLAGS="-I$with_mysql/include/mysql $CPPFLAGS"
|
|
|
-
|
|
|
- for ac_header in mysql.h
|
|
|
- do
|
|
|
-@@ -19848,9 +19848,9 @@
|
|
|
- _ACEOF
|
|
|
-
|
|
|
- mysql="yes"
|
|
|
-- if test -r "$with_mysql/lib/libmysqlclient.a"; then
|
|
|
-- DBCPPFLAGS="$DBCPPFLAGS -I$with_mysql/include"
|
|
|
-- DBLDFLAGS="$DBLDFLAGS -L$with_mysql/lib/ -lmysqlclient"
|
|
|
-+ if test -r "$with_mysql/lib/mysql/libmysqlclient.a"; then
|
|
|
-+ DBCPPFLAGS="$DBCPPFLAGS -I$with_mysql/include/mysql"
|
|
|
-+ DBLDFLAGS="$DBLDFLAGS -L$with_mysql/lib/mysql -lmysqlclient"
|
|
|
- else
|
|
|
- mysql="no"
|
|
|
- fi
|