From: John Crispin Date: Sun, 17 Jun 2012 15:56:50 +0000 (+0000) Subject: fixes nagios-plugins dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4568d7d67f621cd83f0ce02ba61127e046db5b52;p=openwrt%2Fsvn-archive%2Fpackages.git fixes nagios-plugins dependencies SVN-Revision: 32408 --- diff --git a/admin/nagios-plugins/Makefile b/admin/nagios-plugins/Makefile index 1d48e509a..71d5c9983 100644 --- a/admin/nagios-plugins/Makefile +++ b/admin/nagios-plugins/Makefile @@ -18,6 +18,7 @@ PKG_MD5SUM:=a1835a48a777863ed2583de3c82446a9 PKG_FIXUP:=patch-libtool PKG_INSTALL:=1 +include $(INCLUDE_DIR)/uclibc++.mk include $(INCLUDE_DIR)/package.mk comma:= , @@ -25,7 +26,7 @@ comma:= , define Package/nagios-plugins SECTION:=admin CATEGORY:=Administration - DEPENDS:=+uclibcxx +libpq +libopenssl + DEPENDS:=+uclibcxx +libpq +libopenssl +libradiusclient-ng +libopenldap TITLE:=plugins for Nagios checks URL:=http://nagiosplug.sourceforge.net/ endef