wok rev 19705

libnfc: add -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 21:44:23 2017 +0100 (2017-02-14)
parents 3e9724b9fc42
children 7c3a8f7af451
files libnfc/receipt
line diff
     1.1 --- a/libnfc/receipt	Tue Feb 14 15:01:40 2017 +0100
     1.2 +++ b/libnfc/receipt	Tue Feb 14 21:44:23 2017 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8  	./configure --prefix=/usr \
     1.9  		--with-drivers=all \
    1.10  		$CONFIGURE_ARGS &&