* update readline to 8.2.013-1.1

This commit is contained in:
Alexander Baldeck 2024-10-07 09:02:03 +02:00
parent c67836b88d
commit 110214ddf9

View File

@ -10,7 +10,7 @@ _patchlevel=013
pkgver=${_basever}.${_patchlevel}
pkgrel=1.1
pkgdesc='GNU readline library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
url='https://tiswww.case.edu/php/chet/readline/rltop.html'
license=('GPL-3.0-only')
backup=('etc/inputrc')
@ -73,7 +73,7 @@ build() {
# build with -fPIC for x86_64 (FS#15634)
[[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
./configure --prefix=/usr
./configure --prefix=/usr || cat config.log
make SHLIB_LIBS=-lncurses
}