diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-13 16:29:16 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-13 16:29:16 +0100 |
commit | 5b4ef2a7e318a04fbbf523cd62a570cdb8a41de5 (patch) | |
tree | ebd2e7b645b4de0215be36f6ccf7c12a7d7e3964 /recipes/apache2/apache2_2.2.14.bb | |
parent | 3516e365b5f29fb1c09e4a7351e92b6ceb250d72 (diff) | |
parent | 5971f7fdc2c0098282880af56dbb6f775dd9dd93 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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 \ |