wok diff rust/receipt @ rev 19636
linld: check asm instructions again processor type
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 20 09:55:25 2017 +0100 (2017-01-20) |
parents | 8073d596c2c0 |
children | f729a14d0687 |
line diff
1.1 --- a/rust/receipt Tue Nov 01 03:16:45 2016 +0200 1.2 +++ b/rust/receipt Fri Jan 20 09:55:25 2017 +0100 1.3 @@ -11,6 +11,7 @@ 1.4 WGET_URL="https://static.rust-lang.org/dist/$TARBALL" 1.5 1.6 SIBLINGS="rust-doc rust-cargo" 1.7 +BUILD_DEPENDS="wget cacerts" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()