GNU make is required due to optimized building with parallel arguments.

Mon, 15 Dec 2008 12:47:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 15 Dec 2008 12:47:57 +0100
changeset 4
7118aa4adf88
parent 3
c2e6bf16b6f4
child 5
3715407014ea

GNU make is required due to optimized building with parallel arguments.

qt/qt.spec file | annotate | diff | comparison | revisions
     1.1 --- a/qt/qt.spec	Sun Dec 14 13:33:48 2008 +0100
     1.2 +++ b/qt/qt.spec	Mon Dec 15 12:47:57 2008 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  Group:        Development
     1.5  License:      GPL
     1.6  Version:      4.4.3
     1.7 -Release:      20081214
     1.8 +Release:      20081215
     1.9  
    1.10  #   build options
    1.11  %option       with_tools     yes
    1.12 @@ -46,7 +46,7 @@
    1.13  #   build information
    1.14  Prefix:       %{l_prefix}
    1.15  BuildRoot:    %{l_buildroot}
    1.16 -BuildPreReq:  OpenPKG, openpkg >= 20050726, gcc, pkgconfig
    1.17 +BuildPreReq:  OpenPKG, openpkg >= 20050726, make, gcc, pkgconfig
    1.18  PreReq:       OpenPKG, openpkg >= 20050726
    1.19  BuildPreReq:  X11, png, mng, jpeg, tiff, mesa, xrender
    1.20  PreReq:       X11, png, mng, jpeg, tiff, mesa, xrender
    1.21 @@ -216,7 +216,7 @@
    1.22          -freetype \
    1.23          -no-glib
    1.24  
    1.25 -    #   sadly, webkit and glib is broken in Qt 4.4.3.
    1.26 +    #   sadly, the webkit is broken in Qt 4.4.3.
    1.27      #   default options are implicitly used, und zwar...
    1.28      #-no-fast -exceptions -accessibility -stl -qt3support -nis
    1.29      #-sm -xshape -xinerama -xcursor -xfixes -xrandr -tablet -xkb

mercurial