wok rev 19572

qt4: race condition in $src/tools
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Dec 22 23:49:47 2016 +0100 (2016-12-22)
parents e428345df29a
children 2b57d3be76e3
files qt4/receipt
line diff
     1.1 --- a/qt4/receipt	Thu Dec 22 21:06:17 2016 +0100
     1.2 +++ b/qt4/receipt	Thu Dec 22 23:49:47 2016 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \
     1.5  pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple pixman-dev \
     1.6  pkg-config tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \
     1.7 -xorg-libXv-dev sqlite-dev" # wayland-dev libQtClucene
     1.8 +xorg-libXv-dev sqlite-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -68,6 +68,7 @@
    1.13  		-continue \
    1.14  		2>&1 | grep -v 'wayland-client' | \
    1.15  		sed 's/such file or directory/file/' &&
    1.16 +	find $src/tools -name Makefile | xargs sed -i 's|(MAKE)|& -j1|' ;cd $src
    1.17  	make $MAKEFLAGS &&
    1.18  	make INSTALL_ROOT=$DESTDIR install
    1.19  }