Adjust buildconf until Nokia corrects flawed GNU iconv integration.

Sat, 18 Jul 2009 14:08:34 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Jul 2009 14:08:34 +0200
changeset 206
3309487768d4
parent 205
a7c3336b8dc2
child 207
b9e3f33ba619

Adjust buildconf until Nokia corrects flawed GNU iconv integration.
The problem corrected by this adjustment involves font glyphs appearing
as normal font sized empty squares. All text is illegible.

qt/qt.spec file | annotate | diff | comparison | revisions
     1.1 --- a/qt/qt.spec	Sat Jul 04 20:51:55 2009 +0200
     1.2 +++ b/qt/qt.spec	Sat Jul 18 14:08:34 2009 +0200
     1.3 @@ -28,6 +28,10 @@
     1.4  #   FIXME: MSvB: The effects of these bugs are platform dependent.
     1.5  #   FIXME: MSvB: Solaris 11 IA-32 builds fail while Linux 2.6.25.18
     1.6  #   FIXME: MSvB: AMD64 builds succeed.
     1.7 +#   FIXME: MSvB:
     1.8 +#   FIXME: MSvB: GNU iconv integration is flawed in Qt 4.5.2, and
     1.9 +#   FIXME: MSvB: has been disabled in this build until a new release
    1.10 +#   FIXME: MSvB: corrects the problem.
    1.11  
    1.12  #   package information
    1.13  Name:         qt
    1.14 @@ -40,7 +44,7 @@
    1.15  Group:        Development
    1.16  License:      GPL
    1.17  Version:      4.5.2
    1.18 -Release:      20090702
    1.19 +Release:      20090718
    1.20  
    1.21  #   build options
    1.22  %option       with_tools     yes
    1.23 @@ -269,7 +273,7 @@
    1.24          -system-libtiff \
    1.25          -rpath \
    1.26          -no-cups \
    1.27 -        -iconv \
    1.28 +        -no-iconv \
    1.29          -pch \
    1.30          -dbus-linked \
    1.31          -opengl \
    1.32 @@ -357,7 +361,7 @@
    1.33          -system-libtiff \
    1.34          -rpath \
    1.35          -no-cups \
    1.36 -        -iconv \
    1.37 +        -no-iconv \
    1.38          -pch \
    1.39          -dbus-linked \
    1.40          -opengl \

mercurial