ngrep: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 16:53:43 +02:00
parent dfbddfddd0
commit 3a4c9fe390

View File

@ -28,7 +28,7 @@ PKG_SECTION="network/analyzer"
PKG_SHORTDESC="ngrep - network grep"
PKG_LONGDESC="ngrep - network grep"
PKG_DISCLAIMER="this is an unofficial addon. please don't ask for support in openelec forum / irc channel"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--with-pcap-includes=$SYSROOT_PREFIX/usr/include --disable-dropprivs"