wok-6.x diff erlang/receipt @ rev 21198
zfs-fuse: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 06 14:55:40 2019 +0200 (2019-04-06) |
parents | 65d1668b0834 |
children | 3e7ded8526ee |
line diff
1.1 --- a/erlang/receipt Sat Feb 23 15:57:08 2019 +0100 1.2 +++ b/erlang/receipt Sat Apr 06 14:55:40 2019 +0200 1.3 @@ -13,7 +13,8 @@ 1.4 WGET_URL="https://github.com/$PACKAGE/otp/archive/$TARBALL" 1.5 1.6 DEPENDS="ncurses openssl libunixODBC" 1.7 -BUILD_DEPENDS="autoconf perl ncurses-dev openssl-dev unixODBC-dev icedtea6-jdk" 1.8 +BUILD_DEPENDS="autoconf perl ncurses-dev openssl-dev unixODBC-dev icedtea6-jdk \ 1.9 +wxWidgets-dev gcc+gcj" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()