wok-6.x diff glew/receipt @ rev 20212
Force host arch to i486
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 24 12:51:10 2018 +0100 (2018-02-24) |
parents | 03b2309fd335 |
children | fccf1530eed7 |
line diff
1.1 --- a/glew/receipt Mon May 23 23:56:45 2016 +0300 1.2 +++ b/glew/receipt Sat Feb 24 12:51:10 2018 +0100 1.3 @@ -24,7 +24,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 i486|' config/Makefile* 1.9 make && make GLEW_DEST=$DESTDIR/usr install 1.10 } 1.11