From 4fdda0efece7bdc3bb0bb04d6674e94bc07f934a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 26 Aug 2013 15:08:11 +0200 Subject: [PATCH] qt4: fixed to not append '/mysql' to all sql driver related libdir or includedir --- qt/qt4/qt4.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt/qt4/qt4.conf b/qt/qt4/qt4.conf index 48f2f42e4..fa4c665e0 100644 --- a/qt/qt4/qt4.conf +++ b/qt/qt4/qt4.conf @@ -120,11 +120,11 @@ for tuple in $tuples; do pkgprefix -t $tuplepkg var_append confopt " " "-plugin-sql-$tupledriver" for x in CXX GCC; do - var_append ${x}_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir $tuplepkg )/mysql" + var_append ${x}_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir $tuplepkg )" done for x in CXX GCC CPP; do - var_append ${x}_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir $tuplepkg )/mysql" - var_append ${x}_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir $tuplepkg )/mysql" + var_append ${x}_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir $tuplepkg )" + var_append ${x}_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir $tuplepkg )" done fi