[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    mysql-4.0.16 & kexidb driver
From:       Adam Gorzkiewicz <adgor () isn ! pl>
Date:       2003-10-28 7:26:58
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]


HiH

This trivial patch i attached allows to build kexidb mysql driver with mysql 
4.0.16 (where mysql_config output is a little bit different than from earlier 
versions of this script).

Greetings

-- 
Adam Gorzkiewicz
http://www.pld-linux.org

["koffice-mysql_includes.patch" (text/x-diff)]

--- koffice-031024/kexi/kexidb/drivers/configure.in.in.orig	2003-10-09 01:59:54.000000000 +0200
+++ koffice-031024/kexi/kexidb/drivers/configure.in.in	2003-10-28 08:14:48.000000000 +0100
@@ -38,7 +38,7 @@
 ])
 
 if test -n "$MYSQL_CONFIG"; then
-	mysql_incdir=`$MYSQL_CONFIG --cflags| $SED -e "s,-I',,g" | $SED -e "s,'$,,g"`
+	mysql_incdir=`$MYSQL_CONFIG --cflags| $SED -e "s,-I,,g" -e "s,',,g"`
 	mysql_libdir=`$MYSQL_CONFIG --libs| $SED -e "s,',,g"`
 	MYSQL_INC=$mysql_incdir
 	MYSQL_LIBS=$mysql_libdir

[Attachment #8 (application/pgp-signature)]

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic