bash: use system readline libraries

This commit is contained in:
Juergen Daubert 2010-06-03 10:27:14 +00:00
parent 7360d111fe
commit 2b4134b449

View File

@ -1,11 +1,11 @@
# Description: An sh-compatible command language interpreter # Description: An sh-compatible command language interpreter
# URL: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html # URL: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
# Maintainer: CRUX System Team, core-ports at crux dot nu # Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses # Depends on: ncurses readline
name=bash name=bash
version=4.1.7 version=4.1.7
release=1 release=2
source=(http://ftp.gnu.org/gnu/$name/$name-4.1.tar.gz \ source=(http://ftp.gnu.org/gnu/$name/$name-4.1.tar.gz \
$name-4.1-001-007.patch.gz profile) $name-4.1-001-007.patch.gz profile)
@ -18,7 +18,8 @@ build() {
--exec-prefix= \ --exec-prefix= \
--mandir=/usr/man \ --mandir=/usr/man \
--disable-nls \ --disable-nls \
--with-curses --with-curses \
--with-installed-readline
make -j1 make -j1
install -D -m 755 bash $PKG/bin/bash install -D -m 755 bash $PKG/bin/bash