mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bash: readline is not needed! wtf.
--HG-- extra : convert_revision : c59fb2dd1b361f0a9e058c9cff35199c42501649
This commit is contained in:
parent
074f4dddeb
commit
fd999f1136
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.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
|
||||||
--with-installed-readline 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>"
|
||||||
checksum=26c99025b59e30779300b68adb764f824974d267a4d7cc1b347d14a2393f9fb4
|
checksum=26c99025b59e30779300b68adb764f824974d267a4d7cc1b347d14a2393f9fb4
|
||||||
|
@ -25,8 +25,8 @@ long_desc="
|
||||||
modification."
|
modification."
|
||||||
|
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
build_depends="bison-2.3 ncurses-5.6 readline-5.2"
|
build_depends="bison-2.3 ncurses-5.6"
|
||||||
run_depends="glibc-2.8 ncurses-5.6 readline-5.2"
|
run_depends="glibc-2.8 ncurses-5.6"
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue