yash: link ncurses statically.

This commit is contained in:
Leah Neukirchen 2017-03-28 16:57:14 +02:00
parent adc7daeffb
commit 0d88323ded
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'yash'
pkgname=yash
version=2.44
revision=1
revision=2
build_style=configure
configure_args="--prefix=/usr"
make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
makedepends="ncurses-devel"
short_desc="Yet another shell (POSIX-compliant)"
maintainer="Leah Neukirchen <leah@vuxu.org>"