Thanks to Thomas Deutschmann this should finally fixes problems with 600246.
Package-Manager: portage-2.3.2
<upstream>
<remote-id type="sourceforge">ntop</remote-id>
</upstream>
- <use>
- <flag name="redis">Enable REDIS support</flag>
- </use>
</pkgmetadata>
# $Id$
EAPI=5
-inherit autotools eutils user
+inherit autotools eutils user toolchain-funcs
DESCRIPTION="Network traffic analyzer with web interface"
HOMEPAGE="http://www.ntop.org/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="redis"
+IUSE=""
DEPEND="dev-db/sqlite:3
dev-python/pyzmq
dev-libs/json-c
dev-libs/geoip
dev-libs/glib:2
- redis? ( dev-libs/hiredis )
+ dev-libs/hiredis
dev-libs/libxml2
net-analyzer/rrdtool
net-libs/libpcap
net-misc/curl
virtual/libmysqlclient"
RDEPEND="${DEPEND}
- redis? ( dev-db/redis )"
+ dev-db/redis"
S="${WORKDIR}/${P}-stable"
}
src_configure() {
+ tc-export CC CXX LD NM OBJDUMP PKG_CONFIG
cd "${S}/nDPI"
econf
cd "${S}"