cherokee: rebuild against libpcre-8.30.
This commit is contained in:
parent
050b825d36
commit
7024e5686a
2 changed files with 3 additions and 3 deletions
srcpkgs/cherokee
|
@ -14,4 +14,4 @@ libnsl.so.1
|
||||||
libssl.so.1
|
libssl.so.1
|
||||||
libpam.so.0
|
libpam.so.0
|
||||||
libldap-2.4.so.2
|
libldap-2.4.so.2
|
||||||
libpcre.so.0
|
libpcre.so.1
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'cherokee'
|
# Template file for 'cherokee'
|
||||||
pkgname=cherokee
|
pkgname=cherokee
|
||||||
version=1.2.101
|
version=1.2.101
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://www.${pkgname}-project.com/download/1.2/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.${pkgname}-project.com/download/1.2/${version}/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
|
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
|
||||||
--with-wwwgroup=httpd --with-python=python --enable-os-string=Linux"
|
--with-wwwgroup=httpd --with-python=python --enable-os-string=Linux"
|
||||||
makedepends="pcre-devel python-devel libldap-devel pam-devel libmysqlclient-devel ffmpeg-devel geoip-devel"
|
makedepends="pcre-devel>=8.30 python-devel libldap-devel pam-devel libmysqlclient-devel ffmpeg-devel geoip-devel"
|
||||||
short_desc="An innovative, feature rich, and yet easy to configure open source Web Server"
|
short_desc="An innovative, feature rich, and yet easy to configure open source Web Server"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.cherokee-project.com/"
|
homepage="http://www.cherokee-project.com/"
|
||||||
|
|
Loading…
Reference in a new issue