apache: update to 2.2.11, use system libpcre
This commit is contained in:
parent
553fc1dc1c
commit
72b6a44486
@ -67,6 +67,7 @@ drwxr-xr-x root/root usr/include/apache/
|
||||
-rw-r--r-- root/root usr/include/apache/mod_include.h
|
||||
-rw-r--r-- root/root usr/include/apache/mod_log_config.h
|
||||
-rw-r--r-- root/root usr/include/apache/mod_proxy.h
|
||||
-rw-r--r-- root/root usr/include/apache/mod_rewrite.h
|
||||
-rw-r--r-- root/root usr/include/apache/mod_ssl.h
|
||||
-rw-r--r-- root/root usr/include/apache/mod_status.h
|
||||
-rw-r--r-- root/root usr/include/apache/mpm.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
e0514e5840c0e58cc4e7982a7e14fc4b apache
|
||||
75a919be7ff65f443287b094eaf6a162 apache-ssl_cert.patch
|
||||
bd931fee9d102c361e95ad318d199674 crux.layout
|
||||
6697772ba5f8d34988fe297417ccaacc httpd-2.2.10.tar.bz2
|
||||
3e98bcb14a7122c274d62419566431bb httpd-2.2.11.tar.bz2
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: Apache HTTP server version 2.2.x
|
||||
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||
# URL: http://httpd.apache.org/
|
||||
# Depends on: apr, openssl, zlib
|
||||
# Depends on: apr libpcre openssl zlib
|
||||
# Group: apache
|
||||
|
||||
name=apache
|
||||
version=2.2.10
|
||||
version=2.2.11
|
||||
release=1
|
||||
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
|
||||
$name-ssl_cert.patch crux.layout apache)
|
||||
@ -19,6 +19,7 @@ build(){
|
||||
./configure --enable-layout=CRUX \
|
||||
--with-apr=/usr \
|
||||
--with-apr-util=/usr \
|
||||
--with-pcre=/usr \
|
||||
--enable-so \
|
||||
--enable-modules=all \
|
||||
--enable-mods-shared=all \
|
||||
|
Loading…
x
Reference in New Issue
Block a user