diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-28 21:32:16 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-28 21:32:16 +0000 |
commit | e2dbe00132f212ca8fb0178d7c9db858e47afb7c (patch) | |
tree | 9c5eeadcf373f1f86530a6cf23cca4ecdac4230c /packages/lighttpd/lighttpd_1.4.13.bb | |
parent | 58cc2cca5f978b5d0e6cc41e75617166ea62c565 (diff) |
lighttpd: Respect --with(out)-pcre, do not depend on libpcre presence.
Diffstat (limited to 'packages/lighttpd/lighttpd_1.4.13.bb')
-rw-r--r-- | packages/lighttpd/lighttpd_1.4.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/lighttpd/lighttpd_1.4.13.bb b/packages/lighttpd/lighttpd_1.4.13.bb index 504a129db8..ac063e7fe5 100644 --- a/packages/lighttpd/lighttpd_1.4.13.bb +++ b/packages/lighttpd/lighttpd_1.4.13.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Web server" SECTION = "net" DEPENDS = "sqlite3 libpcre libxml2" LICENSE = "BSD" -PR = "r5" +PR = "r6" SRC_URI = "http://www.lighttpd.net/download/lighttpd-1.4.13.tar.gz \ file://configure.in.patch;patch=1 \ |