head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.02.16.18.29.11; author rse; state dead; branches; next 1.1; commitid Da9IiqZmkgoZLGCt; 1.1 date 2008.06.02.18.02.54; author cs; state Exp; branches; next ; commitid KA2IJovDcmb7Xo5t; desc @@ 1.2 log @upgrading package: libzdb 2.3 -> 2.4 @ text @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 @ 1.1 log @new package: libzdb 2.2.1 (Zild Database Library) @ text @@