Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 631902
Collapse All | Expand All

(-)a/net-firewall/conntrack-tools/conntrack-tools-1.4.4.ebuild (-1 / +10 lines)
Lines 11-17 SRC_URI="http://www.netfilter.org/projects/conntrack-tools/files/${P}.tar.bz2" Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
13
KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
14
IUSE="doc"
14
IUSE="doc +libtirpc"
15
15
16
RDEPEND="
16
RDEPEND="
17
	>=net-libs/libmnl-1.0.3
17
	>=net-libs/libmnl-1.0.3
Lines 20-25 RDEPEND=" Link Here
20
	>=net-libs/libnetfilter_cttimeout-1.0.0
20
	>=net-libs/libnetfilter_cttimeout-1.0.0
21
	>=net-libs/libnetfilter_queue-1.0.2
21
	>=net-libs/libnetfilter_queue-1.0.2
22
	>=net-libs/libnfnetlink-1.0.1
22
	>=net-libs/libnfnetlink-1.0.1
23
	!libtirpc? ( sys-libs/glibc[rpc(-)] )
24
	libtirpc? ( net-libs/libtirpc )
23
"
25
"
24
DEPEND="
26
DEPEND="
25
	${RDEPEND}
27
	${RDEPEND}
Lines 63-71 src_prepare() { Link Here
63
	# bug #474858
65
	# bug #474858
64
	sed -i -e 's:/var/lock:/run/lock:' doc/stats/conntrackd.conf || die
66
	sed -i -e 's:/var/lock:/run/lock:' doc/stats/conntrackd.conf || die
65
67
68
	# bug #631902
69
	epatch "${FILESDIR}/${P}-rpc.patch"
70
66
	eautoreconf
71
	eautoreconf
67
}
72
}
68
73
74
src_configure() {
75
	econf $(use_with libtirpc)
76
}
77
69
src_compile() {
78
src_compile() {
70
	default
79
	default
71
	use doc && emake -C doc/manual
80
	use doc && emake -C doc/manual
(-)a/net-firewall/conntrack-tools/metadata.xml (-1 / +5 lines)
Line 0 Link Here
1
diff -ruN conntrack-tools-1.4.4.orig/configure.ac conntrack-tools-1.4.4/configure.ac
2
--- conntrack-tools-1.4.4.orig/configure.ac	2016-08-22 10:43:02.954671362 -0000
Lines 10-13 Link Here
10
		the userspace command line interface, and conntrackd, the userspace
10
		the userspace command line interface, and conntrackd, the userspace
11
		daemon.
11
		daemon.
12
	</longdescription>
12
	</longdescription>
13
	<use>
14
		<flag name="libtirpc">Build against <pkg>net-libs/libtirpc</pkg> for RPC support</flag>
15
	</use>
13
</pkgmetadata>
16
</pkgmetadata>
14
- 

Return to bug 631902