wok diff expedite/receipt @ rev 23983
linld: fix strtol
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 24 08:47:45 2020 +0000 (2020-11-24) |
parents | 0a62b750d9ad |
children | b01314c762e9 |
line diff
1.1 --- a/expedite/receipt Tue Feb 26 17:52:22 2019 +0100 1.2 +++ b/expedite/receipt Tue Nov 24 08:47:45 2020 +0000 1.3 @@ -13,7 +13,7 @@ 1.4 WGET_URL="https://git.enlightenment.org/tools/$PACKAGE.git/snapshot/$TARBALL" 1.5 1.6 DEPENDS="evas python" 1.7 -BUILD_DEPENDS="automake evas-dev" 1.8 +BUILD_DEPENDS="automake evas-dev libtool" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()