wget: add optional libuuid dependency
Reported-by: Alexander Potashev <a.potashev@geoscan.aero> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dfbabec6ec
commit
faa9e1a6bb
@ -37,6 +37,10 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
WGET_DEPENDENCIES += openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
|
||||
WGET_DEPENDENCIES += util-linux
|
||||
endif
|
||||
|
||||
# --with-ssl is default
|
||||
ifneq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
ifneq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
|
Loading…
Reference in New Issue
Block a user