mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
committed by
Yann E. MORIN
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)
|
||||
|
||||
Reference in New Issue
Block a user