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

Collapse All | Expand All

(-)net-tools-1.60_p20120127084908.ebuild (+3 lines)
Lines 72-77 Link Here
72
		use old-output || EPATCH_EXCLUDE="0001-revert-621a2f376334f8097604b9fee5783e0f1141e66d-for-.patch"
72
		use old-output || EPATCH_EXCLUDE="0001-revert-621a2f376334f8097604b9fee5783e0f1141e66d-for-.patch"
73
		EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${WORKDIR}"/${P}-patches-${PATCH_VER}
73
		EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${WORKDIR}"/${P}-patches-${PATCH_VER}
74
	fi
74
	fi
75
76
	epatch "${FILESDIR}/add-selinux-linking-at-end-bug-469224.patch"
75
}
77
}
76
78
77
src_configure() {
79
src_configure() {
Lines 79-84 Link Here
79
	set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'
81
	set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'
80
	set_opt HAVE_HWTR has_version '<sys-kernel/linux-headers-3.5'
82
	set_opt HAVE_HWTR has_version '<sys-kernel/linux-headers-3.5'
81
	set_opt HAVE_HWSTRIP has_version '<sys-kernel/linux-headers-3.6'
83
	set_opt HAVE_HWSTRIP has_version '<sys-kernel/linux-headers-3.6'
84
	set_opt HAVE_SELINUX use selinux
82
	if use static ; then
85
	if use static ; then
83
		append-flags -static
86
		append-flags -static
84
		append-ldflags -static
87
		append-ldflags -static

Return to bug 469224