[packages] nagios-plugins: autoreconf is broken with this package, use patch-libtool fixup, depend on libopenssl

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-11 21:54:43 +00:00
parent 00f3846872
commit 11c0d35f1b

View File

@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/nagiosplug
PKG_MD5SUM:=a1835a48a777863ed2583de3c82446a9
PKG_FIXUP:=libtool no-autoreconf
PKG_FIXUP:=patch-libtool
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@ -25,7 +25,7 @@ comma:= ,
define Package/nagios-plugins
SECTION:=admin
CATEGORY:=Administration
DEPENDS:=+uclibcxx +libpq
DEPENDS:=+uclibcxx +libpq +libopenssl
TITLE:=plugins for Nagios checks
URL:=http://nagiosplug.sourceforge.net/
endef