From: Jo-Philipp Wich Date: Thu, 14 Jun 2012 00:10:38 +0000 (+0000) Subject: [packages] wavemon: explicitely disable libcap X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=baf5ead3d32f4f62caf276b3730a3ea2687ee1ef;p=openwrt%2Fsvn-archive%2Farchive.git [packages] wavemon: explicitely disable libcap SVN-Revision: 32351 --- diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index e3d5427594..1344ecdae6 100644 --- a/net/wavemon/Makefile +++ b/net/wavemon/Makefile @@ -35,6 +35,9 @@ define Package/wavemon/description and higher), e.g. the Lucent Orinoco cards. endef +CONFIGURE_VARS += \ + ac_cv_lib_cap_cap_get_flag=no + MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS) -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include"