wok rev 19574

qt4: export LD_LIBRARY_PATH
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Dec 23 12:25:18 2016 +0100 (2016-12-23)
parents 2b57d3be76e3
children 10ffc140046b
files qt4/receipt
line diff
     1.1 --- a/qt4/receipt	Fri Dec 23 09:12:45 2016 +0100
     1.2 +++ b/qt4/receipt	Fri Dec 23 12:25:18 2016 +0100
     1.3 @@ -29,6 +29,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${src}/lib"
     1.8  	./configure\
     1.9  		-silent \
    1.10  		-prefix /usr \
    1.11 @@ -60,13 +61,10 @@
    1.12  		-no-reduce-relocations \
    1.13  		-no-phonon \
    1.14  		-no-phonon-backend \
    1.15 -		-no-rpath \
    1.16  		-graphicssystem raster \
    1.17  		-continue \
    1.18  		2>&1 | grep -v 'wayland-client' | \
    1.19  		sed 's/such file or directory/file/' &&
    1.20 -	mkdir $src/bin ; ln -s ../lib/libQtCLucene.so.4 $src/bin/libQtCLucene.so.4
    1.21 -	find $src/tools -name Makefile | xargs sed -i 's|(MAKE)|& -j1|' ;cd $src
    1.22  	make $MAKEFLAGS &&
    1.23  	make INSTALL_ROOT=$DESTDIR install
    1.24  }