wok-6.x diff w3m/receipt @ rev 17505

xterm, w3m, mp: add LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 08 11:53:17 2015 +0100 (2015-01-08)
parents 5d53e8ccbc8d
children 17e313b5b9c1
line diff
     1.1 --- a/w3m/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/w3m/receipt	Thu Jan 08 11:53:17 2015 +0100
     1.3 @@ -17,9 +17,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -       cd $src
     1.8 -       for i in  $stuff/*.patch
     1.9 -       do
    1.10 +	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    1.11 +	for i in  $stuff/*.patch
    1.12 +	do
    1.13  	        if [ -f done.$(basename $i) ]; then
    1.14  		       continue
    1.15  	        else