X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fnrpe%2FMakefile;h=910df750e717b88ca1ecea9d513f56f305e7f5cc;hb=a8a51d3279ef7bf2cd69e725df98af6b7d768824;hp=a7a756af1307b9c6886d1932804394ddc4759086;hpb=36d9996eb162db9769fd63601217a38df55f150d;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile index a7a756af13..910df750e7 100644 --- a/net/nrpe/Makefile +++ b/net/nrpe/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -73,6 +73,7 @@ endef CONFIGURE_ARGS += \ --with-ssl="$(STAGING_DIR)/usr" \ + --with-ssl-lib="$(STAGING_DIR)/usr/lib" define Package/nrpe/install $(INSTALL_DIR) $(1)/usr/sbin @@ -83,9 +84,9 @@ define Package/nrpe/install $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) endef -$(eval $(call BuildPackage,nrpe)) - $(eval $(call RequireCommand,openssl, \ $(PKG_NAME) requires openssl installed on the host-system. \ )) +$(eval $(call BuildPackage,nrpe)) +