# HG changeset patch # User Pascal Bellard # Date 1545124118 -3600 # Node ID 9a4439ceec3565545af52c5a8db5508418bc4950 # Parent 304e84c724080aee13c1fe3ec99f0b686a0ab706 sysstat: force arch diff -r 304e84c72408 -r 9a4439ceec35 sysstat/receipt --- a/sysstat/receipt Tue Dec 18 00:06:31 2018 +0100 +++ b/sysstat/receipt Tue Dec 18 10:08:38 2018 +0100 @@ -10,12 +10,13 @@ WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/" WGET_URL="http://pagesperso-orange.fr/sebastien.godard/$TARBALL" -BUILD_DEPENDS="gettext bzip2" +BUILD_DEPENDS="gettext bzip2 gcc63 gcc63-lib-base" # Rules to configure and make the package. compile_rules() { - cd $src + sed -i 's|(uname -m)|(echo i686)|' configure + export CC=gcc-63 CXX=g++-63 ./configure $CONFIGURE_ARGS && make && make install