dev-libs/librdkafka: Respect CC/CXX variables (bug #581512).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2016-05-10 14:40:09 +02:00
committed by Lars Wendler
parent cf87b58bc2
commit f318caf29a

View File

@@ -4,6 +4,8 @@
EAPI=6
inherit toolchain-funcs
DESCRIPTION="Apache Kafka C/C++ client library"
HOMEPAGE="https://github.com/edenhill/librdkafka"
@@ -38,9 +40,12 @@ DEPEND="
"
src_configure() {
tc-export CC CXX LD NM OBJDUMP PKG_CONFIG STRIP
local myeconf=(
--no-cache
--no-download
--disable-debug-symbols
$(use_enable sasl)
$(usex static-libs '--enable-static' '')
$(use_enable ssl)