wok-current rev 20606
sysstat: force arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 18 10:08:38 2018 +0100 (2018-12-18) |
parents | 304e84c72408 |
children | 9bef8f62029f |
files | sysstat/receipt |
line diff
1.1 --- a/sysstat/receipt Tue Dec 18 00:06:31 2018 +0100 1.2 +++ b/sysstat/receipt Tue Dec 18 10:08:38 2018 +0100 1.3 @@ -10,12 +10,13 @@ 1.4 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/" 1.5 WGET_URL="http://pagesperso-orange.fr/sebastien.godard/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="gettext bzip2" 1.8 +BUILD_DEPENDS="gettext bzip2 gcc63 gcc63-lib-base" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 + sed -i 's|(uname -m)|(echo i686)|' configure 1.15 + export CC=gcc-63 CXX=g++-63 1.16 ./configure $CONFIGURE_ARGS && 1.17 make && 1.18 make install