Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246016 | Differences between
and this patch

Collapse All | Expand All

(-)ipset-2.4.2.ebuild.old (-2 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-2.4.2.ebuild,v 1.1 2008/10/24 21:28:25 robbat2 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-2.4.2.ebuild,v 1.1 2008/10/24 21:28:25 robbat2 Exp $
4
4
5
inherit eutils versionator toolchain-funcs linux-mod linux-info
5
inherit eutils versionator toolchain-funcs linux-mod linux-info flag-o-matic
6
6
7
DESCRIPTION="IPset tool for iptables, successor to ippool."
7
DESCRIPTION="IPset tool for iptables, successor to ippool."
8
HOMEPAGE="http://ipset.netfilter.org/"
8
HOMEPAGE="http://ipset.netfilter.org/"
Lines 71-77 Link Here
71
71
72
src_compile() {
72
src_compile() {
73
	einfo "Building userspace"
73
	einfo "Building userspace"
74
	emake CC="$(tc-getCC)" COPT_FLAGS="${CFLAGS}" ${myconf} binaries || die "failed to build"
74
	emake LDDFLAGS="$(raw-ldflags)" CC="$(tc-getCC)" COPT_FLAGS="${CFLAGS}" ${myconf} binaries || die "failed to build"
75
75
76
	if [[ $modules -eq 1 ]]; then
76
	if [[ $modules -eq 1 ]]; then
77
		einfo "Building kernel modules"
77
		einfo "Building kernel modules"

Return to bug 246016