yash: link ncurses statically.

This commit is contained in:
Leah Neukirchen 2017-03-28 16:57:14 +02:00
parent adc7daeffb
commit 0d88323ded

View file

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