diff options
author | Alexander Hanff <core.ldf@gmail.com> | 2007-08-02 13:31:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-02 13:31:25 +0000 |
commit | 79a993345d920d6d9caf9198a9d7984953fffbbb (patch) | |
tree | 3d6956ee34028d55e9ab19150bb6b3b0580095b3 | |
parent | 6be6253191474bc0eb1dd84cad475690fda43f50 (diff) |
lighttpd: added pcre support - closes #2692
-rw-r--r-- | packages/lighttpd/lighttpd_1.4.15.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |