wok-next rev 21244

updated coova-chilli again (1.3.0 -> 1.5)
author Hans-G?nter Theisgen
date Thu Dec 05 15:20:58 2019 +0100 (2019-12-05)
parents 5feee5b36dd1
children f08a6e5dca6e
files coova-chilli/receipt
line diff
     1.1 --- a/coova-chilli/receipt	Thu Dec 05 14:57:43 2019 +0100
     1.2 +++ b/coova-chilli/receipt	Thu Dec 05 15:20:58 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  #WGET_URL="http://ap.coova.org/chilli/$TARBALL"
     1.5  WGET_URL="https://github.com/coova/$PACKAGE/archive/$VERSION.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="curl-dev openssl-dev perl"
     1.8 +BUILD_DEPENDS="autoconf automake curl-dev openssl-dev perl"
     1.9  SPLIT="$PACKAGE-dev"
    1.10  
    1.11  compile_rules()
    1.12 @@ -22,6 +22,7 @@
    1.13  	sed -i 's|if (.\(safe_write.*\)) /. error ./|\1|' \
    1.14  		src/garden.c
    1.15  
    1.16 +	./bootstrap &&
    1.17  	./configure			\
    1.18  		--enable-largelimits	\
    1.19  		--enable-binstatusfile	\