From 458eb39d3a487a8c1f1e7823b87d394b4da35c32 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:38:31 +0200 Subject: [PATCH] libmnl: disable autoreconf --- packages/network/libmnl/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/libmnl/package.mk b/packages/network/libmnl/package.mk index f7a61a8911..d1fed86830 100644 --- a/packages/network/libmnl/package.mk +++ b/packages/network/libmnl/package.mk @@ -29,6 +29,6 @@ PKG_SHORTDESC="libmnl: a minimalistic user-space library oriented to Netlink dev PKG_LONGDESC="libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"