From: Jo-Philipp Wich Date: Mon, 24 Jun 2013 12:00:27 +0000 (+0000) Subject: wget: forcefully disable libuuid (#13746) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fd9d32c804a765310323349e4186f29b73665ebd;p=openwrt%2Fsvn-archive%2Fpackages.git wget: forcefully disable libuuid (#13746) SVN-Revision: 37022 --- 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 \