lighttpd: added pcre support - closes #2692
authorAlexander Hanff <core.ldf@gmail.com>
Thu, 2 Aug 2007 13:31:25 +0000 (13:31 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 2 Aug 2007 13:31:25 +0000 (13:31 +0000)
packages/lighttpd/lighttpd_1.4.15.bb

index ad90d93..d729a88 100644 (file)
@@ -1,7 +1,8 @@
 DESCRIPTION = "Web server"
 SECTION = "net"
 LICENSE = "BSD"
-PR = "r1"
+DEPENDS = "libpcre"
+PR = "r2"
 
 SRC_URI = "http://www.lighttpd.net/download/lighttpd-1.4.15.tar.gz \
           file://configure.in.patch;patch=1 \
@@ -14,7 +15,7 @@ EXTRA_OECONF="--without-bzip2 \
                --without-ldap \
                --without-lua \
                --without-memcache \
-               --without-pcre \
+               --with-pcre \
                --without-webdav-props \
                --without-webdav-locks \
                --without-openssl \