diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-09 21:32:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-09 21:32:10 +0000 |
commit | 4ab627f94b9bfa4daef50af2616a61af6c01c9c1 (patch) | |
tree | 1f5aec5b2ab565b288b59033c1385ca54ea3c26e /app-shells/bash/bash-4.0_p33.ebuild | |
parent | arm stable, bug #282290 (diff) | |
download | historical-4ab627f94b9bfa4daef50af2616a61af6c01c9c1.tar.gz historical-4ab627f94b9bfa4daef50af2616a61af6c01c9c1.tar.bz2 historical-4ab627f94b9bfa4daef50af2616a61af6c01c9c1.zip |
Add support by rpansky for USE=mem-scramble #286990.
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'app-shells/bash/bash-4.0_p33.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.0_p33.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-shells/bash/bash-4.0_p33.ebuild b/app-shells/bash/bash-4.0_p33.ebuild index c6e3a7d2cade..d1d741c490e3 100644 --- a/app-shells/bash/bash-4.0_p33.ebuild +++ b/app-shells/bash/bash-4.0_p33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p33.ebuild,v 1.1 2009/09/10 00:23:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p33.ebuild,v 1.2 2009/10/09 21:32:10 vapier Exp $ EAPI="1" @@ -37,7 +37,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches) LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="afs bashlogger examples +net nls plugins vanilla" +IUSE="afs bashlogger examples mem-scramble +net nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl )" @@ -117,7 +117,8 @@ src_compile() { $(use_with afs) \ $(use_enable net net-redirections) \ --disable-profiling \ - --without-gnu-malloc \ + $(use_enable mem-scramble) \ + $(use_with mem-scramble bash-malloc) \ ${myconf} || die emake || die "make failed" |