# HG changeset patch # User Pascal Bellard # Date 1544722839 -3600 # Node ID 7bc5e65f1caa093532930f3206f20d73445bc97f # Parent 35739426d4fb3318268cea34d43386f0431b5eb7 clisp, zfs-fuse: force arch diff -r 35739426d4fb -r 7bc5e65f1caa avrdude/receipt --- a/avrdude/receipt Thu Dec 13 18:01:50 2018 +0100 +++ b/avrdude/receipt Thu Dec 13 18:40:39 2018 +0100 @@ -11,7 +11,8 @@ WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" DEPENDS="libftdi libusb-compat libusb readline elfutils" -BUILD_DEPENDS="$DEPENDS libusb-compat-dev libusb-dev libftdi-dev elfutils-dev" +BUILD_DEPENDS="$DEPENDS libusb-compat-dev libusb-dev libftdi-dev elfutils-dev \ +file" # Rules to configure and make the package. compile_rules() diff -r 35739426d4fb -r 7bc5e65f1caa clisp/receipt --- a/clisp/receipt Thu Dec 13 18:01:50 2018 +0100 +++ b/clisp/receipt Thu Dec 13 18:40:39 2018 +0100 @@ -16,6 +16,10 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's|(uname -m)|(echo i686)|' modules/*/configure \ + src/build-aux/config.guess src/configure + sed -i 's|uname -m|echo i686|' src/makemake.in + # Temporarily (?) disabling one failed test patch -p1 -i $stuff/streams.tst.patch diff -r 35739426d4fb -r 7bc5e65f1caa vifm/receipt --- a/vifm/receipt Thu Dec 13 18:01:50 2018 +0100 +++ b/vifm/receipt Thu Dec 13 18:40:39 2018 +0100 @@ -15,11 +15,10 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && make -j 1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 35739426d4fb -r 7bc5e65f1caa zfs-fuse/receipt --- a/zfs-fuse/receipt Thu Dec 13 18:01:50 2018 +0100 +++ b/zfs-fuse/receipt Thu Dec 13 18:40:39 2018 +0100 @@ -18,6 +18,10 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's|(uname -m)|(echo i686)|' src/lib/libumem/config.guess \ + src/lib/libumem/configure + sed -i 's|uname -m|echo i686|' src/SConstruct + mkdir -p $DESTDIR/usr cd $src/src # glibc 2.14 update