Browse Source

fixed qt.conf

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2559 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
76ae419c37
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/kde/qt/qt.conf

+ 2
- 2
package/kde/qt/qt.conf

@ -33,12 +33,12 @@ qt_main() {
# Qt only supports some selected options ...
confopt="-prefix $root/$prefix -thread -stl -qt-gif -system-zlib \
-system-libmng -system-libpng -system-libjpeg -xft -xrende"
-system-libmng -system-libpng -system-libjpeg -xft -xrender"
pkginstalled mysql && var_append confopt " " "-plugin-sql-mysql \
-I$pkg_mysql_prefix/include/mysql -L$pkg_mysql_prefix/lib"
# pkginstalled postgresql && var_append confopt " " "-plugin-sql-psql \
-I$pkg_postgresql_prefix/include" # maybe more
# -I$pkg_postgresql_prefix/include" # maybe more
# an optimization crashes g++ during the Makefile generator build :-(
echo "yes" | ( CXX_WRAPPER_BYPASS=1 ; ./configure $confopt )

Loading…
Cancel
Save