From: Jo-Philipp Wich Date: Thu, 25 Aug 2016 14:46:04 +0000 (+0200) Subject: iwinfo: mark as nonshared X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=885910225d86722811ad4d3610d9e5d076e5614a;p=oweals%2Fopenwrt.git iwinfo: mark as nonshared The iwinfo library might get compiled with different backends, depending on the driver selection of the current target, so mark it as nonshared to avoid broken libiwinfo support on other targets with same cpu architecture but different wireless driver types. Signed-off-by: Jo-Philipp Wich --- diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 3049e243b1..3130e86099 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -18,6 +18,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=GPL-2.0 +PKG_FLAGS := nonshared + PKG_CONFIG_DEPENDS := \ CONFIG_PACKAGE_kmod-brcm-wl \ CONFIG_PACKAGE_kmod-brcm-wl-mini \