git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6be6253
)
lighttpd: added pcre support - closes #2692
author
Alexander Hanff
<core.ldf@gmail.com>
Thu, 2 Aug 2007 13:31:25 +0000
(13:31 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 2 Aug 2007 13:31:25 +0000
(13:31 +0000)
packages/lighttpd/lighttpd_1.4.15.bb
patch
|
blob
|
history
diff --git
a/packages/lighttpd/lighttpd_1.4.15.bb
b/packages/lighttpd/lighttpd_1.4.15.bb
index
ad90d93
..
d729a88
100644
(file)
--- 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 \
- --with
out
-pcre \
+ --with-pcre \
--without-webdav-props \
--without-webdav-locks \
--without-openssl \