bash: enable some options, change ncurses to ncurses-libs rundep.
--HG-- extra : convert_revision : 469e8fcb8a5d5844d42ec8e48efeef5e0fe1a995
This commit is contained in:
parent
a5a43eaf54
commit
26f8175b51
1 changed files with 10 additions and 2 deletions
|
@ -5,6 +5,13 @@ distfiles="http://ftp.gnu.org/gnu/bash/bash-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-bash-malloc --with-curses
|
configure_args="--without-bash-malloc --with-curses
|
||||||
--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
||||||
|
--enable-array-variables --enable-brace-expansion --enable-casemod-attributes
|
||||||
|
--enable-casemod-expansions --enable-command-timing --enable-cond-command
|
||||||
|
--enable-cond-regexp --enable-coprocesses --enable-debugger
|
||||||
|
--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"
|
ac_cv_func_working_mktime=yes"
|
||||||
short_desc="The GNU Bourne Again Shell"
|
short_desc="The GNU Bourne Again Shell"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -24,5 +31,6 @@ long_desc="
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
register_shell="/bin/bash"
|
register_shell="/bin/bash"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency full glibc
|
||||||
Add_dependency full ncurses
|
Add_dependency build ncurses
|
||||||
|
Add_dependency run ncurses-libs
|
||||||
|
|
Loading…
Add table
Reference in a new issue