Fix wget-nossl variant by disabling ntlm support (bug 15718 and 15731)
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Apr 2014 19:38:23 +0000 (19:38 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Apr 2014 19:38:23 +0000 (19:38 +0000)
commit078b31132aa13dadd5deb699ce0b9e0573a5a73d
tree116e9759014ac39060fbcb77d2c20e9b698be2e6
parent561765976aec8a541e691d9e27077dbdb2529d99
Fix wget-nossl variant by disabling ntlm support (bug 15718 and 15731)

Fix wget-nossl variant by disabling ntlm support in wget-nossl.

https://dev.openwrt.org/ticket/15718#comment:13
https://dev.openwrt.org/ticket/15731

In wget 1.15 the ntlm support requires either ssl or libnettle library.
Check-in behind the change:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=c19d76c02483f070beb688d6fe6f5fafb5674a08

ssl is not present in the nossl variant and developers prefer to keep the
nossl variant small, so the natural alternative is to disable ntlm support in
the nossl variant, as a configure option for that purpose exists and a simple
change in Openwrt Makefile is enough.

Tested with ar71xx/wndr3700.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40595 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/wget/Makefile