From: florian Date: Sat, 22 Dec 2007 14:17:09 +0000 (+0000) Subject: Add missing compile time dependency on libnotimpl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=013df0a16e2176422ea056e6b13006d74554bef0;p=packages.git Add missing compile time dependency on libnotimpl git-svn-id: svn://svn.openwrt.org/openwrt/packages@9832 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nagios/Makefile b/net/nagios/Makefile index b6e37fb80..6fa176571 100644 --- a/net/nagios/Makefile +++ b/net/nagios/Makefile @@ -20,6 +20,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk +PKG_BUILD_DEPENDS:=libnotimpl + define Package/nagios SECTION:=net CATEGORY:=Network