Browse Source

qt4: fixed to not append '/mysql' to all sql driver related libdir or includedir

stable/0.6
Christian Wiese 11 years ago committed by Christian Wiese
parent
commit
4fdda0efec
  1. 6
      qt/qt4/qt4.conf

6
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

Loading…
Cancel
Save