From 2bd7f8c617532771a7c17f203af266fd02cbf104 Mon Sep 17 00:00:00 2001 From: agb Date: Sun, 15 Jun 2008 18:20:39 +0000 Subject: [PATCH] [packages] nrpe: requires openssl on the host system git-svn-id: svn://svn.openwrt.org/openwrt/packages@11489 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nrpe/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile index 217cad232..c355a7d4b 100644 --- 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. \ +)) +