From 4ee1cb646350940851db4a58d9736562c1141e75 Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 5 Aug 2012 08:17:05 +0000 Subject: [PATCH] [packages] nagios-plugins libc++ fix git-svn-id: svn://svn.openwrt.org/openwrt/packages@32997 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- admin/nagios-plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/nagios-plugins/Makefile b/admin/nagios-plugins/Makefile index 71d5c9983..6bb7a23fe 100644 --- a/admin/nagios-plugins/Makefile +++ b/admin/nagios-plugins/Makefile @@ -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