bash: built with external readline, revbump.
This commit is contained in:
parent
d7f51721d0
commit
a4175094d2
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
libncursesw.so.6
|
||||
libdl.so.2
|
||||
libc.so.6
|
||||
libreadline.so.6
|
||||
|
|
|
@ -3,6 +3,7 @@ pkgname=bash
|
|||
_bash_patchlevel=020
|
||||
_bash_distver=4.2
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=1
|
||||
#version=${_bash_distver}
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz"
|
||||
|
@ -14,8 +15,8 @@ configure_args="--without-bash-malloc --with-curses --bindir=/bin
|
|||
--enable-directory-stack --enable-dparen-arithmetic --enable-extended-glob
|
||||
--enable-help-builtin --enable-history --enable-job-control --enable-multibyte
|
||||
--enable-process-substitution --enable-progcomp --enable-prompt-string-decoding
|
||||
--enable-select --enable-net-redirections --enable-restricted
|
||||
ac_cv_func_working_mktime=yes"
|
||||
--enable-select --enable-net-redirections --enable-restricted --enable-readline
|
||||
--with-installed-readline"
|
||||
short_desc="The GNU Bourne Again Shell"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||
|
@ -35,6 +36,7 @@ long_desc="
|
|||
|
||||
register_shell="/bin/bash"
|
||||
|
||||
Add_dependency build readline-devel
|
||||
Add_dependency build ncurses-devel
|
||||
Add_dependency build bison
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue