* update readline to 8.2.013-1.1
This commit is contained in:
parent
c67836b88d
commit
110214ddf9
@ -10,7 +10,7 @@ _patchlevel=013
|
|||||||
pkgver=${_basever}.${_patchlevel}
|
pkgver=${_basever}.${_patchlevel}
|
||||||
pkgrel=1.1
|
pkgrel=1.1
|
||||||
pkgdesc='GNU readline library'
|
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'
|
url='https://tiswww.case.edu/php/chet/readline/rltop.html'
|
||||||
license=('GPL-3.0-only')
|
license=('GPL-3.0-only')
|
||||||
backup=('etc/inputrc')
|
backup=('etc/inputrc')
|
||||||
@ -73,7 +73,7 @@ build() {
|
|||||||
# build with -fPIC for x86_64 (FS#15634)
|
# build with -fPIC for x86_64 (FS#15634)
|
||||||
[[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
|
[[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
|
||||||
|
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr || cat config.log
|
||||||
make SHLIB_LIBS=-lncurses
|
make SHLIB_LIBS=-lncurses
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user