cherokee: rebuild against libpcre-8.30.
This commit is contained in:
parent
050b825d36
commit
7024e5686a
|
@ -14,4 +14,4 @@ libnsl.so.1
|
|||
libssl.so.1
|
||||
libpam.so.0
|
||||
libldap-2.4.so.2
|
||||
libpcre.so.0
|
||||
libpcre.so.1
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'cherokee'
|
||||
pkgname=cherokee
|
||||
version=1.2.101
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://www.${pkgname}-project.com/download/1.2/${version}/${pkgname}-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
--disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd
|
||||
--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"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.cherokee-project.com/"
|
||||
|
|
Loading…
Reference in New Issue