From 430333aff75fe86ef2642d563d106e5f59181531 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 15 Mar 2014 09:04:24 +0100 Subject: [PATCH] chroot-bash: disable static link (glibc sucks), don't use system ncurses/readline. --- srcpkgs/chroot-bash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index 8d2b378b8b..4bd1cb979c 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -1,10 +1,10 @@ # Template build file for 'chroot-bash'. pkgname=chroot-bash version=4.3 -revision=1 +revision=2 wrksrc="bash-${version}" build_style=gnu-configure -configure_args="--without-bash-malloc --enable-static-link --disable-nls" +configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls" short_desc="The GNU Bourne Again Shell -- for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/bash/bash.html"