wok-6.x diff nss/receipt @ rev 20569
nss: force arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 13 11:00:12 2018 +0100 (2018-12-13) |
parents | ebe8e8797193 |
children | 859df5086c8b |
line diff
1.1 --- a/nss/receipt Sat Mar 14 21:49:28 2015 +0000 1.2 +++ b/nss/receipt Thu Dec 13 11:00:12 2018 +0100 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's|uname -m|echo i686|' nss/coreconf/arch.mk nss/tests/run_niscc.sh 1.9 patch -Np1 -i $stuff/nss-3.17.4-standalone-1.patch && 1.10 cd nss && 1.11 make -j1 nss_build_all BUILD_OPT=1 \