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

(-)a/dev-libs/librdkafka/librdkafka-0.9.0.99.ebuild (+5 lines)
Lines 4-9 Link Here
4
4
5
EAPI=6
5
EAPI=6
6
6
7
inherit toolchain-funcs
8
7
DESCRIPTION="Apache Kafka C/C++ client library"
9
DESCRIPTION="Apache Kafka C/C++ client library"
8
HOMEPAGE="https://github.com/edenhill/librdkafka"
10
HOMEPAGE="https://github.com/edenhill/librdkafka"
9
11
Lines 38-46 DEPEND=" Link Here
38
"
40
"
39
41
40
src_configure() {
42
src_configure() {
43
	tc-export CC CXX LD NM OBJDUMP PKG_CONFIG STRIP
44
41
	local myeconf=(
45
	local myeconf=(
42
		--no-cache
46
		--no-cache
43
		--no-download
47
		--no-download
48
		--disable-debug-symbols
44
		$(use_enable sasl)
49
		$(use_enable sasl)
45
		$(usex static-libs '--enable-static' '')
50
		$(usex static-libs '--enable-static' '')
46
		$(use_enable ssl)
51
		$(use_enable ssl)

Return to bug 581512