diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-12 21:15:03 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-12 21:15:03 +0100 |
commit | 88ecddab105e8d1743d4fb73f4917522dc30f7ef (patch) | |
tree | 1c66480ac169d9a27aa84c57af115bd20d16bf66 /recipes/apache2/apache2_2.2.14.bb | |
parent | 44ee7a093f410a30a1ec9ed9e809826a49191998 (diff) |
apache2: use libprce i.s.o own one
Diffstat (limited to 'recipes/apache2/apache2_2.2.14.bb')
-rw-r--r-- | recipes/apache2/apache2_2.2.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/apache2/apache2_2.2.14.bb b/recipes/apache2/apache2_2.2.14.bb index 8990d53050..4ad77438ef 100644 --- a/recipes/apache2/apache2_2.2.14.bb +++ b/recipes/apache2/apache2_2.2.14.bb @@ -3,10 +3,9 @@ DESCRIPTION = "The apache v2 web server" DEPENDS = "apache2-native openssl expat pcre" RDEPENDS += "openssl" -PR = "r0" +PR = "r1" SRC_URI = "http://apache.mirrors.tds.net/httpd/httpd-${PV}.tar.bz2 \ - file://dftables-makefile-patch;patch=1 \ file://apr-sockets-patch;patch=1 \ file://configure-patch;patch=1 \ file://server-makefile-patch;patch=1 \ @@ -74,6 +73,7 @@ CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " EXTRA_OECONF = "--enable-ssl \ --with-ssl=${STAGING_LIBDIR}/.. \ --with-expat=${STAGING_LIBDIR}/.. \ + --with-pcre=${STAGING_LIBDIR}/.. \ --enable-info \ --enable-rewrite \ --with-dbm=sdbm \ |