projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f569f
)
[packages] nagios-plugins: autoreconf is broken with this package, use patch-libtool...
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Jun 2012 21:54:43 +0000
(21:54 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Jun 2012 21:54:43 +0000
(21:54 +0000)
SVN-Revision: 32209
admin/nagios-plugins/Makefile
patch
|
blob
|
history
diff --git
a/admin/nagios-plugins/Makefile
b/admin/nagios-plugins/Makefile
index 197624fdbb5a673d97fa305ef157233b27426f73..1d48e509a61a0907ee77732f1d64daec172220a9 100644
(file)
--- a/
admin/nagios-plugins/Makefile
+++ b/
admin/nagios-plugins/Makefile
@@
-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