diff options
Diffstat (limited to 'sys-cluster/keepalived/keepalived-1.1.11.ebuild')
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.1.11.ebuild b/sys-cluster/keepalived/keepalived-1.1.11.ebuild index d178864f6a32..8accd7072407 100644 --- a/sys-cluster/keepalived/keepalived-1.1.11.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.11.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.11.ebuild,v 1.12 2007/04/28 17:47:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.11.ebuild,v 1.13 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" |