[packages] nagios-plugins libc++ fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32997 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-08-05 08:17:05 +00:00
parent cbc463f1c3
commit 4ee1cb6463

View 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