[packages] nagios-plugins libc++ fix
authorJohn Crispin <john@openwrt.org>
Sun, 5 Aug 2012 08:17:05 +0000 (08:17 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 5 Aug 2012 08:17:05 +0000 (08:17 +0000)
SVN-Revision: 32997

admin/nagios-plugins/Makefile

index 71d5c9983642e34880e8a127a534e2653a738708..6bb7a23feb335bf451cbe9402406c9b4e5150567 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