diff options
Diffstat (limited to 'sys-cluster/keepalived/keepalived-1.1.12.ebuild')
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.1.12.ebuild b/sys-cluster/keepalived/keepalived-1.1.12.ebuild index 5e4a2898a2c3..5bd9ec2032cf 100644 --- a/sys-cluster/keepalived/keepalived-1.1.12.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.12.ebuild,v 1.8 2007/04/28 17:47:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.12.ebuild,v 1.9 2007/06/26 02:50:56 mr_bones_ Exp $ inherit flag-o-matic @@ -23,7 +23,7 @@ src_compile() { use debug && myconf="${myconf} --enable-debug" - # disable -fomit-frame-pointer for profiling + # disable -fomit-frame-pointer for profiling if use profile; then filter-flags -fomit-frame-pointer myconf="${myconf} --enable-profile" |