mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/bc: Added readline support
The makedepens `readline-dev` suggests that readline support was intented. However, option `--with-readline` needs also be passed to compile bc with readline support. In addtion, I added readline as dependency.
This commit is contained in:
parent
132f499315
commit
350d00a6d8
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=bc
|
||||
pkgver=1.06.95
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="An arbitrary precision numeric processing language (calculator)"
|
||||
url="http://www.gnu.org/software/bc/bc.html"
|
||||
arch="all"
|
||||
@ -24,7 +24,8 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
--infodir=/usr/share/info \
|
||||
--with-readline
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user