diff options
Diffstat (limited to 'system/ncurses/APKBUILD')
-rw-r--r-- | system/ncurses/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ncurses/APKBUILD b/system/ncurses/APKBUILD index f5bbf8086..ba8623521 100644 --- a/system/ncurses/APKBUILD +++ b/system/ncurses/APKBUILD @@ -2,7 +2,7 @@ pkgname=ncurses pkgver=6.1_p20180609 _ver=${pkgver%_p*}-${pkgver#*_p} -pkgrel=1 +pkgrel=2 pkgdesc="Console display library" url="https://invisible-island.net/ncurses/ncurses.html" arch="all" @@ -39,6 +39,7 @@ build() { --with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo" \ --enable-pc-files \ --with-shared \ + --with-termlib \ --enable-widec make } |