[packages] nagios-plugins libc++ fix
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Aug 2012 08:17:05 +0000 (08:17 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Aug 2012 08:17:05 +0000 (08:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32997 3c298f89-4303-0410-b956-a3cf2f4a3e73

admin/nagios-plugins/Makefile

index 71d5c99..6bb7a23 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nagios-plugins
 PKG_VERSION:=1.4.14
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/nagiosplug
@@ -26,7 +26,7 @@ comma:= ,
 define Package/nagios-plugins
   SECTION:=admin
   CATEGORY:=Administration
-  DEPENDS:=+uclibcxx +libpq +libopenssl +libradiusclient-ng +libopenldap
+  DEPENDS:=$(CXX_DEPENDS) +libpq +libopenssl +libradiusclient-ng +libopenldap
   TITLE:=plugins for Nagios checks
   URL:=http://nagiosplug.sourceforge.net/
 endef