wok-current diff awesome/receipt @ rev 17677

texinfo: add missing -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 18 11:52:09 2015 +0100 (2015-02-18)
parents 5d53e8ccbc8d
children 255db05931d5
line diff
     1.1 --- a/awesome/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/awesome/receipt	Wed Feb 18 11:52:09 2015 +0100
     1.3 @@ -23,7 +23,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 -ldl"
     1.8 +	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl"
     1.9  	make CMAKE_ARGS=" -DCMAKE_INSTALL_PREFIX:PATH=/usr \
    1.10  		-DXDG_CONFIG_DIR=/etc/xdg \
    1.11  		-DCMAKE_BUILD_TYPE=RELEASE" &&