From 16d9aac8d0272050d76dcb95ba2e0b6b18ca00c5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 16 Mar 2011 00:05:51 +0100 Subject: [PATCH] opendbx: fixed package to find mysql.h and mysql libs --- database/opendbx/opendbx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/opendbx/opendbx.conf b/database/opendbx/opendbx.conf index 12bd111d7..10340af53 100644 --- a/database/opendbx/opendbx.conf +++ b/database/opendbx/opendbx.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../opendbx/opendbx.conf -# Copyright (C) 2006 - 2009 The OpenSDE Project +# Copyright (C) 2006 - 2011 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -14,7 +14,7 @@ backends= if pkginstalled mysql; then var_append backends ' ' 'mysql' - var_append configprefix ' ' 'CPPFLAGS="-I$( pkgprefix includedir mysql )/mysql" LDFLAGS="-L$( pkgprefix libdir mysql )/mysql"' + var_append configprefix ' ' 'CPPFLAGS="-I$( pkgprefix includedir mysql )" LDFLAGS="-L$( pkgprefix libdir mysql )"' fi if pkginstalled postgresql; then var_append backends ' ' 'pgsql'