From: Andy Boyett Date: Sun, 15 Jun 2008 18:20:39 +0000 (+0000) Subject: [packages] nrpe: requires openssl on the host system X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=7078d6e0e50e67fec80068ac00e93cc4c8bececa [packages] nrpe: requires openssl on the host system SVN-Revision: 11489 --- diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile index 217cad232a..c355a7d4b8 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. \ +)) +