]> Cypherpunks repositories - bass.git/commitdiff
More precaution options
authorSergey Matveev <stargrave@stargrave.org>
Tue, 25 Jun 2024 09:44:00 +0000 (12:44 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 25 Jun 2024 09:44:00 +0000 (12:44 +0300)
build/skel/www/links-2.29.do

index f1ca46d41d3d79784a7654226cdc6e93a5547fbff434f500dce2cfa8cff5f579..377860899d2afdfe2532303c0805585ca89055ca3d1d8906acf4bcfc120b05c2 100644 (file)
@@ -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