summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-02-16 12:59:45 +0000
committerSven Wegener <swegener@gentoo.org>2008-02-16 12:59:45 +0000
commitf647d76e5da9af840136c254755137562f72813f (patch)
tree380976f2f3296770ed0075719925827836589abc /sys-cluster/ipvsadm
parentx86 stable, bug #210266 (diff)
downloadgentoo-2-f647d76e5da9af840136c254755137562f72813f.tar.gz
gentoo-2-f647d76e5da9af840136c254755137562f72813f.tar.bz2
gentoo-2-f647d76e5da9af840136c254755137562f72813f.zip
Force own CFLAGS.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r--sys-cluster/ipvsadm/ChangeLog5
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.24.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog
index 4fc1df3a3a78..b88cf9c9e9ee 100644
--- a/sys-cluster/ipvsadm/ChangeLog
+++ b/sys-cluster/ipvsadm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/ipvsadm
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.34 2008/02/06 14:22:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.35 2008/02/16 12:59:45 swegener Exp $
+
+ 16 Feb 2008; Sven Wegener <swegener@gentoo.org> ipvsadm-1.24.ebuild:
+ Force own CFLAGS.
06 Feb 2008; Raúl Porcel <armin76@gentoo.org> ipvsadm-1.24.ebuild:
ia64/sparc stable
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
index f65920edaf36..49cd0518cd3e 100644
--- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
+++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.22 2008/02/06 14:22:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.23 2008/02/16 12:59:45 swegener Exp $
inherit linux-info
@@ -25,7 +25,11 @@ pkg_setup() {
}
src_compile() {
- emake -j1 INCLUDE="-I${KV_DIR}/include -I.. -I." || die "error compiling source"
+ emake \
+ -j1 \
+ INCLUDE="-I${KV_DIR}/include -I.. -I." \
+ CFLAGS="${CFLAGS}" \
+ || die "error compiling source"
}
src_install() {