wok diff retawq/receipt @ rev 17670

Add missing -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 17 09:42:47 2015 +0100 (2015-02-17)
parents 04239f2844c3
children 8312b3fd937f
line diff
     1.1 --- a/retawq/receipt	Thu Jan 08 11:02:18 2015 +0100
     1.2 +++ b/retawq/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
     1.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
     1.9  	# We have no locale support on ARM actually
    1.10  	case "$ARCH" in
    1.11  		arm) opts="" ;;