[oe-commits] org.oe.dev lighttpd: added pcre support - closes #2692

core.ldf commit openembedded-commits at lists.openembedded.org
Thu Aug 2 14:06:10 UTC 2007


lighttpd: added pcre support - closes #2692

Author: core.ldf at gmail.com
Branch: org.openembedded.dev
Revision: d1ec21b30853c0ced7d019f4703a8d7a05643190
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d1ec21b30853c0ced7d019f4703a8d7a05643190
Files:
1
packages/lighttpd/lighttpd_1.4.15.bb
Diffs:

#
# mt diff -rb6265fc5525225d217a795c7529e5da281265a5d -rd1ec21b30853c0ced7d019f4703a8d7a05643190
#
# 
# 
# patch "packages/lighttpd/lighttpd_1.4.15.bb"
#  from [80df13ced322353f2d1d271b79bba2e817effd2c]
#    to [e4ef8afe360dc55fd54d4e5a7db8b23234306553]
# 
============================================================
--- packages/lighttpd/lighttpd_1.4.15.bb	80df13ced322353f2d1d271b79bba2e817effd2c
+++ packages/lighttpd/lighttpd_1.4.15.bb	e4ef8afe360dc55fd54d4e5a7db8b23234306553
@@ -1,7 +1,8 @@ LICENSE = "BSD"
 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 \






More information about the Openembedded-commits mailing list