mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
2
lfs/wget
2
lfs/wget
@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && ./configure \
|
cd $(DIR_APP) && ./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--with-ssl=openssl \
|
--with-ssl=gnutls \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-ipv6
|
--disable-ipv6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user