Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=5f58b915155ab8ffa31489b9a36f47c25ae9e60e
commit 5f58b915155ab8ffa31489b9a36f47c25ae9e60e Author: crazy <[email protected]> Date: Mon Jan 29 01:45:03 2018 +0100 bash-4.4.12-5-x86_64 * force malloc=no diff --git a/source/base/bash/FrugalBuild b/source/base/bash/FrugalBuild index 12d2919..bd74f63 100644 --- a/source/base/bash/FrugalBuild +++ b/source/base/bash/FrugalBuild @@ -4,7 +4,7 @@ pkgname=bash pkgver=4.4.12 -pkgrel=4 +pkgrel=5 pkgdesc="The GNU Bourne Again shell" url="http://tiswww.case.edu/php/chet/bash/bashtop.html" dlurl="http://ftp.gnu.org/gnu/$pkgname" @@ -16,17 +16,14 @@ up2date="Flasttar $dlurl" source=("$dlurl/$pkgname-$pkgver.tar.gz" profile shells bashrc system.bashrc) signatures=("${source[0]}.sig" '' '' '' '') Fconfopts+=" --with-curses \ - --with-installed-readline \ - --without-bash-malloc \ - --enable-brace-expansion \ - --enable-debugger \ - --enable-dparen-arithmetic" + --enable-readline \ + --with-bash-malloc=no" options=('force') build() { - _bashconfig=(-DSYS_BASHRC=\'\"/etc/bashrc\"\') + _bashconfig=(-DSYS_BASHRC=\'\"/etc/bashrc\"\' -DRECYCLES_PIDS) export CFLAGS="${CFLAGS} ${_bashconfig[@]}" Fcd _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
