summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-05-15 11:44:10 +0000
committerPeter Volkov <pva@gentoo.org>2011-05-15 11:44:10 +0000
commitd9401180be2ae8f1bd398a07dc5f696046c53cf6 (patch)
treedbd1ae59f095c789d21462907ace4045846156e0 /net-firewall
parentAdded 3.1.9. Removed 3.1.8 due to a critical regression fixed in 3.1.9 (diff)
downloadgentoo-2-d9401180be2ae8f1bd398a07dc5f696046c53cf6.tar.gz
gentoo-2-d9401180be2ae8f1bd398a07dc5f696046c53cf6.tar.bz2
gentoo-2-d9401180be2ae8f1bd398a07dc5f696046c53cf6.zip
Fixed build in case symlink points on different sources then currnely running, bug #356727#c9 thank Ed Wildgoose for this fix.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ipset/ChangeLog6
-rw-r--r--net-firewall/ipset/ipset-6.4.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-firewall/ipset/ChangeLog b/net-firewall/ipset/ChangeLog
index 362ba2818aff..d2eeda620db2 100644
--- a/net-firewall/ipset/ChangeLog
+++ b/net-firewall/ipset/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/ipset
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.43 2011/05/01 12:57:28 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.44 2011/05/15 11:44:10 pva Exp $
+
+ 15 May 2011; Peter Volkov <pva@gentoo.org> ipset-6.4.ebuild:
+ Fixed build in case symlink points on different sources then currnely
+ running, bug #356727#c9 thank Ed Wildgoose for this fix.
*ipset-6.4 (01 May 2011)
diff --git a/net-firewall/ipset/ipset-6.4.ebuild b/net-firewall/ipset/ipset-6.4.ebuild
index dbd48fb97455..36efa6c1d55b 100644
--- a/net-firewall/ipset/ipset-6.4.ebuild
+++ b/net-firewall/ipset/ipset-6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.4.ebuild,v 1.2 2011/05/02 04:25:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.4.ebuild,v 1.3 2011/05/15 11:44:10 pva Exp $
EAPI="4"
@@ -75,6 +75,7 @@ src_configure() {
econf \
--with-maxsets=${IP_NF_SET_MAX} \
--libdir=${EPREFIX}/$(get_libdir) \
+ --with-kbuild=${KV_DIR} \
--disable-static
}