From: Jo-Philipp Wich Date: Thu, 14 Jun 2012 00:10:38 +0000 (+0000) Subject: wavemon: explicitely disable libcap X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5367ae77657d4022d6f3989445d4e2f037c7b059;p=openwrt%2Fsvn-archive%2Fpackages.git wavemon: explicitely disable libcap SVN-Revision: 32351 --- diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index e3d542759..1344ecdae 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"