mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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 <lede@cshore.thecshore.com>
This commit is contained in:
+3
-1
@@ -86,7 +86,8 @@ define Package/nut-common
|
|||||||
DEPENDS:= nut \
|
DEPENDS:= nut \
|
||||||
+NUT_DRIVER_SNMP:libnetsnmp \
|
+NUT_DRIVER_SNMP:libnetsnmp \
|
||||||
+NUT_DRIVER_USB:libusb-compat \
|
+NUT_DRIVER_USB:libusb-compat \
|
||||||
+NUT_SSL:libopenssl
|
+NUT_SSL:libopenssl \
|
||||||
|
+PACKAGE_libwrap:libwrap
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nut-common/description
|
define Package/nut-common/description
|
||||||
@@ -501,6 +502,7 @@ CONFIGURE_ARGS += \
|
|||||||
--$(if $(CONFIG_NUT_DRIVER_SERAL),with,without)-serial \
|
--$(if $(CONFIG_NUT_DRIVER_SERAL),with,without)-serial \
|
||||||
--without-neon \
|
--without-neon \
|
||||||
--without-powerman \
|
--without-powerman \
|
||||||
|
--without-wrap \
|
||||||
--with-cgi \
|
--with-cgi \
|
||||||
--without-ipmi \
|
--without-ipmi \
|
||||||
--without-freeipmi \
|
--without-freeipmi \
|
||||||
|
|||||||
Reference in New Issue
Block a user