package/wget: use explicit --with/without-libuuid option

This has been like tht for ages (probably an implicit dependency check
in older versions), but now wget has explicit flags, so let's use them.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
[yann.morin.1998@free.fr: expand commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Seiderer 2022-03-18 21:20:41 +01:00 committed by Yann E. MORIN
parent 05507efd1a
commit b0fc0a811b

View File

@ -34,7 +34,10 @@ WGET_CONF_OPTS += --without-libidn
endif
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
WGET_CONF_OPTS += --with-libuuid
WGET_DEPENDENCIES += util-linux
else
WGET_CONF_OPTS += --without-libuuid
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)