projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6dcf39
)
[packages] nrpe: requires openssl on the host system
author
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Jun 2008 18:20:39 +0000
(18:20 +0000)
committer
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Jun 2008 18:20:39 +0000
(18:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11489
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/nrpe/Makefile
patch
|
blob
|
history
diff --git
a/net/nrpe/Makefile
b/net/nrpe/Makefile
index
217cad2
..
c355a7d
100644
(file)
--- a/
net/nrpe/Makefile
+++ b/
net/nrpe/Makefile
@@
-83,3
+83,8
@@
define Package/nrpe/install
endef
$(eval $(call BuildPackage,nrpe))
+
+$(eval $(call RequireCommand,openssl, \
+ $(PKG_NAME) requires openssl installed on the host-system. \
+))
+