wok diff cherokee/receipt @ rev 22344

Remove squirrelmail-en_GB
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 16:39:12 2019 +0100 (2019-11-17)
parents d3eb5f4b53ea
children 676f346df719
line diff
     1.1 --- a/cherokee/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.2 +++ b/cherokee/receipt	Sun Nov 17 16:39:12 2019 +0100
     1.3 @@ -12,7 +12,8 @@
     1.4  PROVIDE="lighttpd"
     1.5  
     1.6  DEPENDS="pcre cyrus-sasl openssl python libmysqlclient libldap ffmpeg"
     1.7 -BUILD_DEPENDS="pcre-dev cyrus-sasl-dev openssl-dev openldap-dev python-dev pam-dev libmysqlclient ffmpeg-dev gettext autoconf automake"
     1.8 +BUILD_DEPENDS="pcre-dev cyrus-sasl-dev openssl-dev openldap-dev python-dev \
     1.9 +pam-dev libmysqlclient ffmpeg-dev gettext autoconf automake libtool"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13 @@ -23,7 +24,7 @@
    1.14  	# Use subdirectory for logs
    1.15  	sed -i -r 's|(%localstatedir%/log)|\1/cherokee|' cherokee.conf.sample.pre
    1.16  
    1.17 -	autoreconf -v
    1.18 +	autoreconf -vfi
    1.19  	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    1.20  		--with-wwwroot=/var/www/cherokee --disable-static \
    1.21  		--with-wwwuser=www --with-wwwgroup=www \