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

Collapse All | Expand All

(-)a/net-libs/nDPI/nDPI-3.4.ebuild (-3 / +6 lines)
Lines 12-25 Link Here
12
LICENSE="LGPL-3+"
12
LICENSE="LGPL-3+"
13
SLOT="0/$(ver_cut 1)"
13
SLOT="0/$(ver_cut 1)"
14
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86"
15
IUSE="static-libs"
15
16
16
DEPEND="dev-libs/json-c:=
17
DEPEND="dev-libs/json-c:=
17
	net-libs/libpcap"
18
	net-libs/libpcap"
18
RDEPEND="${DEPEND}"
19
RDEPEND="${DEPEND}"
19
20
20
PATCHES=(
21
PATCHES=(
21
	"${FILESDIR}/${PN}-3.4-fix-oob-in-kerberos-dissector.patch"
22
#   "${FILESDIR}/${PN}-3.4-fix-oob-in-kerberos-dissector.patch"
22
	"${FILESDIR}/${PN}-3.4-configure-fail-libcap.patch"
23
#   "${FILESDIR}/${PN}-3.4-configure-fail-libcap.patch"
23
)
24
)
24
25
25
src_prepare() {
26
src_prepare() {
Lines 54-60 Link Here
54
55
55
src_install() {
56
src_install() {
56
	default
57
	default
57
	rm "${D}"/usr/$(get_libdir)/lib${PN,,}.a || die
58
	if ! use static-libs; then
59
		rm "${D}"/usr/$(get_libdir)/lib${PN,,}.a || die
60
	fi
58
}
61
}
59
62
60
src_test() {
63
src_test() {

Return to bug 830403