From a46b159a8dc0d191ee57cf48b66be8a39fd7d9ec Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 11 Jan 2018 11:49:31 +0000 Subject: [PATCH] wget: Link against GnuTLS instead of OpenSSL This version does not seem to be compatible with OpenSSL 1.1 and might be changed back to OpenSSL when ever it will compile. Signed-off-by: Michael Tremer --- lfs/wget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/wget b/lfs/wget index 7a5cdbb116..71b3abc489 100644 --- a/lfs/wget +++ b/lfs/wget @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --with-ssl=openssl \ + --with-ssl=gnutls \ --disable-nls \ --disable-ipv6 -- 2.39.5