wok rev 19708

pxe-kexec, scilab, uhd: add -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 15 11:22:40 2017 +0100 (2017-02-15)
parents a68c5c8d5ff2
children 89d753238f44
files pxe-kexec/receipt scilab/receipt uhd/receipt
line diff
     1.1 --- a/pxe-kexec/receipt	Tue Feb 14 22:55:56 2017 +0100
     1.2 +++ b/pxe-kexec/receipt	Wed Feb 15 11:22:40 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  	mkdir build
     1.9  	cd build
    1.10  	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
     2.1 --- a/scilab/receipt	Tue Feb 14 22:55:56 2017 +0100
     2.2 +++ b/scilab/receipt	Wed Feb 15 11:22:40 2017 +0100
     2.3 @@ -19,6 +19,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
     2.8  	./configure --prefix=/usr \
     2.9  		--without-javasci --without-gui --disable-build-help \
    2.10  		--without-umfpack \
     3.1 --- a/uhd/receipt	Tue Feb 14 22:55:56 2017 +0100
     3.2 +++ b/uhd/receipt	Wed Feb 15 11:22:40 2017 +0100
     3.3 @@ -21,6 +21,7 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
     3.8  	cd $src/host
     3.9  	mkdir build
    3.10  	cd build