From 3d627def9baae7d334ac23036ab63f14a2119000 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 24 Jun 2013 12:00:27 +0000 Subject: [PATCH] wget: forcefully disable libuuid (#13746) git-svn-id: svn://svn.openwrt.org/openwrt/packages@37022 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/wget/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/wget/Makefile b/net/wget/Makefile index ad55d2949..297ece043 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -65,6 +65,9 @@ CONFIGURE_ARGS+= \ --disable-rpath \ --disable-iri +CONFIGURE_VARS += \ + ac_cv_header_uuid_uuid_h=no + ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS+= \ --with-ssl=openssl \