wok diff radare2/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents da134f47b369
children b57d2cbc7c42
line diff
     1.1 --- a/radare2/receipt	Thu Jun 04 16:22:12 2020 +0000
     1.2 +++ b/radare2/receipt	Sun Jun 14 23:18:03 2020 -0400
     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 &&