From db55b0cb8ec387d6eca65eaebbd428fdc12510ba Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 30 Mar 2018 21:32:26 +0200 Subject: building up to gcc in stage4 --- i486-stage4/links/DESCR | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 i486-stage4/links/DESCR (limited to 'i486-stage4/links') diff --git a/i486-stage4/links/DESCR b/i486-stage4/links/DESCR new file mode 100644 index 0000000..5a3c9bd --- /dev/null +++ b/i486-stage4/links/DESCR @@ -0,0 +1,8 @@ +# no X11 or graphic libraries +sed -i "/makedepends=/s/'libtiff'//" PKGBUILD +sed -i "/makedepends=/s/'libpng'//" PKGBUILD +sed -i "/makedepends=/s/'libxt'//" PKGBUILD +sed -i "/makedepends=/s/'librsvg'//" PKGBUILD + +# disable xlinks (or rather, compile it the same way as links) +sed -i 's/--enable-graphics --with-x --with-fb/--disable-graphics --without-x --without-fb/' PKGBUILD -- cgit v1.2.3-54-g00ecf