From: Sergey Matveev Date: Tue, 25 Jun 2024 09:44:00 +0000 (+0300) Subject: More precaution options X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=30957360725a3b1a6d860ca2108dcd203881918d2414b48613d5cffdb11fb1a2;p=bass.git More precaution options --- diff --git a/build/skel/www/links-2.29.do b/build/skel/www/links-2.29.do index f1ca46d..3778608 100644 --- a/build/skel/www/links-2.29.do +++ b/build/skel/www/links-2.29.do @@ -19,7 +19,13 @@ tar xf "$DISTFILES"/$NAME.tar.bz2 cd $NAME patch <"$BASS_ROOT"/build/skel/www/links-forced-jpeg.patch >&2 -./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh --enable-graphics >&2 +./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \ + --enable-graphics \ + --without-pmshell \ + --without-atheos \ + --without-gpm \ + --without-fb \ + --without-windows >&2 make -j$MAKE_JOBS >&2 make install >&2