ncurses: add --enable-big-core
Prevents ncurses from disabling parts of its functionality on low memory or cross compiled systems.
This commit is contained in:
parent
a7eec1dc43
commit
d701d503fc
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'ncurses'
|
||||
pkgname=ncurses
|
||||
version=6.1
|
||||
revision=4
|
||||
revision=5
|
||||
configure_args="--enable-big-core"
|
||||
short_desc="System V Release 4.0 curses emulation library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue