wok-next diff coova-chilli/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 5feee5b36dd1
children
line diff
     1.1 --- a/coova-chilli/receipt	Thu Dec 05 14:57:43 2019 +0100
     1.2 +++ b/coova-chilli/receipt	Thu May 07 07:51:56 2020 +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	\