diff options
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.5.6.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.5.6.ebuild b/dev-util/strace/strace-4.5.6.ebuild index 90c30747cfd6..64a23e01bc97 100644 --- a/dev-util/strace/strace-4.5.6.ebuild +++ b/dev-util/strace/strace-4.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.6.ebuild,v 1.1 2004/07/30 03:53:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.6.ebuild,v 1.2 2004/08/21 05:56:53 vapier Exp $ inherit flag-o-matic gnuconfig @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64" -IUSE="" +IUSE="static" DEPEND="virtual/libc" @@ -25,6 +25,8 @@ src_unpack() { replace-flags -O[3-9] -O2 fi filter-lfs-flags + + use static && append-ldflags -static } src_install() { |