From 79a993345d920d6d9caf9198a9d7984953fffbbb Mon Sep 17 00:00:00 2001 From: Alexander Hanff Date: Thu, 2 Aug 2007 13:31:25 +0000 Subject: lighttpd: added pcre support - closes #2692 --- packages/lighttpd/lighttpd_1.4.15.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/lighttpd/lighttpd_1.4.15.bb b/packages/lighttpd/lighttpd_1.4.15.bb index ad90d934df..d729a88fd7 100644 --- a/packages/lighttpd/lighttpd_1.4.15.bb +++ b/packages/lighttpd/lighttpd_1.4.15.bb @@ -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 \ -- cgit v1.2.3