wok diff radare2/receipt @ rev 23924
webgames: update checkers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 22 19:44:06 2020 +0000 (2020-08-22) |
parents | da134f47b369 |
children | b57d2cbc7c42 |
line diff
1.1 --- a/radare2/receipt Thu Jun 04 16:22:12 2020 +0000 1.2 +++ b/radare2/receipt Sat Aug 22 19:44:06 2020 +0000 1.3 @@ -13,6 +13,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + export LDFLAGS="$LDFLAGS -lrt" 1.8 + sed 's|curl -o|wget --no-check-certificate -O|' -i shlr/Makefile 1.9 ./configure --prefix=/usr \ 1.10 $CONFIGURE_ARGS && 1.11 make &&