projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bba36d
)
Add missing compile time dependency on libnotimpl
author
Florian Fainelli
<florian@openwrt.org>
Sat, 22 Dec 2007 14:17:09 +0000
(14:17 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 22 Dec 2007 14:17:09 +0000
(14:17 +0000)
SVN-Revision: 9832
net/nagios/Makefile
patch
|
blob
|
history
diff --git
a/net/nagios/Makefile
b/net/nagios/Makefile
index b6e37fb80693d06d3135d5703e4ff18e78cfaa0f..6fa176571ea950e0d016e6424c22e0ba48cadb13 100644
(file)
--- 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