wok rev 19573
qt4: another "patch"
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Dec 23 09:12:45 2016 +0100 (2016-12-23) |
parents | 26788507533b |
children | cac0ec153b6d |
files | qt4/receipt |
line diff
1.1 --- a/qt4/receipt Thu Dec 22 23:49:47 2016 +0100 1.2 +++ b/qt4/receipt Fri Dec 23 09:12:45 2016 +0100 1.3 @@ -29,9 +29,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - # sed -i "s|-O2|${CXXFLAGS}|" mkspecs/common/{g++,gcc}-base.conf 1.8 - sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" mkspecs/common/gcc-base-unix.conf 1.9 - sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" mkspecs/common/gcc-base.conf 1.10 ./configure\ 1.11 -silent \ 1.12 -prefix /usr \ 1.13 @@ -68,6 +65,7 @@ 1.14 -continue \ 1.15 2>&1 | grep -v 'wayland-client' | \ 1.16 sed 's/such file or directory/file/' && 1.17 + mkdir $src/bin ; ln -s ../lib/libQtCLucene.so.4 $src/bin/libQtCLucene.so.4 1.18 find $src/tools -name Makefile | xargs sed -i 's|(MAKE)|& -j1|' ;cd $src 1.19 make $MAKEFLAGS && 1.20 make INSTALL_ROOT=$DESTDIR install