From 1b27c087a3508fef4a71085a11f23a454f26ce61 Mon Sep 17 00:00:00 2001 From: Gautham Date: Tue, 5 Dec 2023 02:22:28 -0600 Subject: [PATCH] links disable ipv6 --- web/links-2.29/superconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/links-2.29/superconfigure b/web/links-2.29/superconfigure index 0f2c519..c2d0ab2 100755 --- a/web/links-2.29/superconfigure +++ b/web/links-2.29/superconfigure @@ -31,7 +31,7 @@ fi cd links*/ # cp $COSMOS/common.cache ./config.cache ./configure --prefix="$COSMOS"\ - --with-ssl="$COSMOS/ssl"\ + --with-ssl="$COSMOS/ssl" --disable-ipv6 \ --datadir=/zip/usr/share --sysconfdir=/zip/usr/share\ --without-openmp --without-svgalib --without-x\ --without-fb --without-directfb --without-pmshell\