wok diff w3m/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 5d53e8ccbc8d
children 17e313b5b9c1
line diff
     1.1 --- a/w3m/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/w3m/receipt	Tue Jan 27 16:55:03 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