mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
yash: link ncurses statically.
This commit is contained in:
parent
adc7daeffb
commit
0d88323ded
1 changed files with 2 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue