mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'ncurses'
|
||||||
pkgname=ncurses
|
pkgname=ncurses
|
||||||
version=6.1
|
version=6.1
|
||||||
revision=4
|
revision=5
|
||||||
|
configure_args="--enable-big-core"
|
||||||
short_desc="System V Release 4.0 curses emulation library"
|
short_desc="System V Release 4.0 curses emulation library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue