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