wok diff retawq/receipt @ rev 18497

libfm: define tar.xz for xarchiver
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 11 13:59:02 2015 +0200 (2015-10-11)
parents 04239f2844c3
children 8312b3fd937f
line diff
     1.1 --- a/retawq/receipt	Thu Jan 08 11:02:18 2015 +0100
     1.2 +++ b/retawq/receipt	Sun Oct 11 13:59:02 2015 +0200
     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="" ;;