wok-current rev 14321

notecase: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 07 22:05:54 2013 +0200 (2013-04-07)
parents 72556e4745dd
children 1c40dce382b3
files notecase/receipt
line diff
     1.1 --- a/notecase/receipt	Sun Apr 07 20:27:24 2013 +0100
     1.2 +++ b/notecase/receipt	Sun Apr 07 22:05:54 2013 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  {
     1.5  	
     1.6  	cd $src
     1.7 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
     1.8  	busybox patch -p1 -i $stuff/notecase-1.9.8_gcc4.u || return 1
     1.9  	
    1.10  	# Disable gnome-vfs support
    1.11 @@ -25,7 +26,7 @@
    1.12  	sed -i /'AUTODETECT_GTKSOURCEVIEW=1'/d Makefile
    1.13  	sed -i s/'install -D'/'install'/ Makefile
    1.14  	# Compile
    1.15 -	make
    1.16 +	make 2>&1 | grep -v gtksourceview.h
    1.17  	# Locale trick (Makefile use install -D)
    1.18  	cd po
    1.19  	for i in `ls *.po | cut -f1 -d.`