wok-6.x diff cherokee/receipt @ rev 21653
Up exosip (5.1.0), siproxd (0.8.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 30 17:55:07 2019 +0200 (2019-05-30) |
parents | d3eb5f4b53ea |
children | 676f346df719 |
line diff
1.1 --- a/cherokee/receipt Thu Mar 26 09:34:19 2015 +0100 1.2 +++ b/cherokee/receipt Thu May 30 17:55:07 2019 +0200 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 \