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 | c4ef82672eebdcad592f9c06dc5d0aa49624f254 (patch) | |
tree | 7c8080806e8e5464031834069333f6ce2b3bfd7d /app-shells | |
parent | Masked on amd64 as we lack a working ocaml. (diff) | |
download | historical-c4ef82672eebdcad592f9c06dc5d0aa49624f254.tar.gz historical-c4ef82672eebdcad592f9c06dc5d0aa49624f254.tar.bz2 historical-c4ef82672eebdcad592f9c06dc5d0aa49624f254.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" |