From: Peter Korsgaard Date: Tue, 1 Jul 2014 11:28:33 +0000 (+0200) Subject: wget: add optional libuuid dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=faa9e1a6bb3e81a75484367d29b542abac69c4e0;p=buildroot.git wget: add optional libuuid dependency Reported-by: Alexander Potashev Signed-off-by: Peter Korsgaard --- diff --git a/package/wget/wget.mk b/package/wget/wget.mk index a8d9f61f62..56ccfb584e 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -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)