From 0fe32e7d78fdee48a8da4c797ea0ff0a63948e3a Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:47:45 +0200 Subject: [PATCH] kmod: disable autoreconf --- packages/sysutils/kmod/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/kmod/package.mk b/packages/sysutils/kmod/package.mk index 07db0b5d75..09b9fe5e37 100644 --- a/packages/sysutils/kmod/package.mk +++ b/packages/sysutils/kmod/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="kmod offers the needed flexibility and fine grained control over PKG_LONGDESC="kmod offers the needed flexibility and fine grained control over insertion, removal, configuration and listing of kernel modules." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_HOST="--enable-tools \ --disable-logging \