Skip to content

Commit

Permalink
links disable ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Dec 5, 2023
1 parent 23d70e6 commit 1b27c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/links-2.29/superconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit 1b27c08

Please sign in to comment.