mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/ncurses: add /lib/terminfo to terminfo dirs
This is so statically compiled binaries works on distros where terminfo is installed in /lib/terminfo (like ubuntu) ref #9363
This commit is contained in:
parent
88ba3cd7ad
commit
e773ffa89a
@ -2,7 +2,7 @@
|
||||
pkgname=ncurses
|
||||
pkgver=6.1_p20180818
|
||||
_ver=${pkgver/_p/-}
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Console display library"
|
||||
url="https://www.gnu.org/software/ncurses/"
|
||||
arch="all"
|
||||
@ -36,7 +36,7 @@ build() {
|
||||
--disable-stripping \
|
||||
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||
--without-cxx-binding \
|
||||
--with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo" \
|
||||
--with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo:/lib/terminfo:/usr/lib/terminfo" \
|
||||
--enable-pc-files \
|
||||
--with-shared \
|
||||
--enable-widec
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user