[Buildroot] [PATCH v2 2/5] package/wget: use explicit --with/without-libuuid option

Peter Seiderer ps.report at gmx.net
Fri Mar 18 20:20:41 UTC 2022


- use explicit --with/without-libuuid option

Signed-off-by: Peter Seiderer <ps.report at gmx.net>
---
Changes v1 -> v2:
  - split out from original patch
---
 package/wget/wget.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index d100a59eae..7fda36f1f5 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -43,7 +43,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)
-- 
2.35.1



More information about the buildroot mailing list