From a69c25d5e31c907f63de93358e78ba3be5a61acc Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Tue, 10 Jan 2017 15:19:45 -0500 Subject: [PATCH] net/nut: Avoid building with libwrap when present We don't want non-deterministic builds do turn off libwrap in configure options. Signed-off-by: Daniel Dickinson --- net/nut/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/nut/Makefile b/net/nut/Makefile index 629f60ef8d..c5168b4a45 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -86,7 +86,8 @@ define Package/nut-common DEPENDS:= nut \ +NUT_DRIVER_SNMP:libnetsnmp \ +NUT_DRIVER_USB:libusb-compat \ - +NUT_SSL:libopenssl + +NUT_SSL:libopenssl \ + +PACKAGE_libwrap:libwrap endef define Package/nut-common/description @@ -501,6 +502,7 @@ CONFIGURE_ARGS += \ --$(if $(CONFIG_NUT_DRIVER_SERAL),with,without)-serial \ --without-neon \ --without-powerman \ + --without-wrap \ --with-cgi \ --without-ipmi \ --without-freeipmi \ -- 2.30.2