wok diff libgd/receipt @ rev 15259

yaws: remove some error triggers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 24 10:24:05 2013 +0000 (2013-09-24)
parents 213f07bd7c77
children 8f447cf2eee5
line diff
     1.1 --- a/libgd/receipt	Sat May 28 12:40:01 2011 +0200
     1.2 +++ b/libgd/receipt	Tue Sep 24 10:24:05 2013 +0000
     1.3 @@ -18,6 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
     1.8  	cmake . && make && make DESTDIR=$DESTDIR install || return 1
     1.9  	cd src
    1.10  	ln -sf ../config ../test .