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:
parent
05507efd1a
commit
b0fc0a811b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user