diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 21:15:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 21:15:02 +0000 |
commit | a6e4ffbf69b42934da9c14e68f59ec97e200b9ab (patch) | |
tree | 60d28be33cebd611fc4576c1a310610e6df47ab9 /app-shells | |
parent | Masked on amd64 as we lack a working ocaml. (Manifest recommit) (diff) | |
download | gentoo-2-a6e4ffbf69b42934da9c14e68f59ec97e200b9ab.tar.gz gentoo-2-a6e4ffbf69b42934da9c14e68f59ec97e200b9ab.tar.bz2 gentoo-2-a6e4ffbf69b42934da9c14e68f59ec97e200b9ab.zip |
add note about static linking
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-2.05b-r9.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-shells/bash/bash-2.05b-r9.ebuild b/app-shells/bash/bash-2.05b-r9.ebuild index 012527bf7d7c..6eb3f25e00b7 100644 --- a/app-shells/bash/bash-2.05b-r9.ebuild +++ b/app-shells/bash/bash-2.05b-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.12 2004/04/24 08:04:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.13 2004/05/28 21:15:02 vapier Exp $ inherit eutils flag-o-matic gnuconfig @@ -72,6 +72,10 @@ src_compile() { # # Martin Schlemmer <azarah@gentoo.org> (1 Sep 2002) #use readline && myconf="--with-installed-readline" + + # Don't even think about building this statically without + # reading Bug 7714 first. If you still build it statically, + # don't come crying to use with bugs ;). #use static && export LDFLAGS="${LDFLAGS} -static" use nls || myconf="${myconf} --disable-nls" |