diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-09 16:15:31 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-09 16:15:31 +0200 |
commit | 2cf93a9e2373e4d1e3b16e5da9fc6ea84bc3fdf8 (patch) | |
tree | 1d76bd52d247fc14c546bcf14c94807c4d4dba82 | |
parent | 16a166788422bc28537e777db972c968101f7986 (diff) | |
download | qt4-x11-2cf93a9e2373e4d1e3b16e5da9fc6ea84bc3fdf8.tar.gz |
* Remove -fast configure option. Qt configure has -no-fast as default value
and will generate Makefiles for all project files, including bootstrap.
(Closes: #550127)
* Reorganize configure option as they appear in configure --help.
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 32 |
2 files changed, 18 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog index e42a61c..1372f8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ qt4-x11 (4:4.5.3-3) UNRELEASED; urgency=low - * qrap, it's still not fixed (Closes: #550127) + * Remove -fast configure option. Qt configure has -no-fast as default value + and will generate Makefiles for all project files, including bootstrap. + (Closes: #550127) -- Fathi Boudra <fabo@debian.org> Fri, 09 Oct 2009 13:53:57 +0200 diff --git a/debian/rules b/debian/rules index b03c88b..2e218ff 100755 --- a/debian/rules +++ b/debian/rules @@ -116,34 +116,32 @@ endif -sysconfdir "/etc/xdg" \ -demosdir "/usr/lib/qt4/demos" \ -examplesdir "/usr/lib/qt4/examples" \ - -platform $(PLATFORM_ARG) \ -opensource \ - -fast \ - -optimized-qmake \ - -no-rpath \ - -system-zlib \ - -system-libtiff \ - -system-libpng \ - -system-libjpeg \ - -system-nas-sound \ - -qt-gif \ -plugin-sql-mysql \ -plugin-sql-odbc \ -plugin-sql-psql \ -plugin-sql-sqlite \ -plugin-sql-sqlite2 \ -system-sqlite \ - -I/usr/include/freetype2 \ - -lfontconfig \ - -cups \ - -exceptions \ - -dbus \ - -pch \ + -xmlpatterns \ -phonon \ -no-phonon-backend \ -svg \ -webkit \ - -xmlpatterns \ + -scripttools \ + -platform $(PLATFORM_ARG) \ + -system-zlib \ + -qt-gif \ + -system-libtiff \ + -system-libpng \ + -system-libjpeg \ + -no-rpath \ + -optimized-qmake \ + -dbus \ + -gtkstyle \ + -system-nas-sound \ + -lfontconfig \ + -I/usr/include/freetype2 \ $(EXTRA_CONFIGURE_OPTS) clean:: |