wget: forcefully disable libuuid (#13746)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@37022 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2013-06-24 12:00:27 +00:00
parent 9f041557a0
commit 3d627def9b

View File

@ -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 \