net/nut: Avoid building with libwrap when present
authorDaniel Dickinson <lede@cshore.thecshore.com>
Tue, 10 Jan 2017 20:19:45 +0000 (15:19 -0500)
committerDaniel Dickinson <lede@cshore.thecshore.com>
Wed, 11 Jan 2017 23:55:32 +0000 (18:55 -0500)
We don't want non-deterministic builds do turn off
libwrap in configure options.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
net/nut/Makefile

index 629f60ef8dc84c3325d27b1832f77b4a4899dc6d..c5168b4a4529c7d2da458e9f29ec2a240597c730 100644 (file)
@@ -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 \