From c0cb7972f4dadec151eaccf4d4719a3c6b7915cd Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Thu, 21 Sep 2000 23:08:39 +0000 Subject: meep --- sys-apps/bash/bash-2.04.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys-apps/bash') diff --git a/sys-apps/bash/bash-2.04.ebuild b/sys-apps/bash/bash-2.04.ebuild index 7f7fe1284648..36ea4a1dc091 100644 --- a/sys-apps/bash/bash-2.04.ebuild +++ b/sys-apps/bash/bash-2.04.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04.ebuild,v 1.2 2000/09/15 20:09:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04.ebuild,v 1.3 2000/09/21 23:08:39 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,11 +12,13 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" src_compile() { cd ${S} - try ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} + try ./configure --prefix=/ --enable-static-link --disable-profiling --with-curses --host=${CHOST} try make } + + src_install() { cd ${S} -- cgit v1.2.3-65-gdbad