OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Mar-2007 09:55:45
Branch: HEAD Handle: 2007032608554500
Modified files:
openpkg-src/lighttpd lighttpd.spec
Log:
add optional DAV support
Summary:
Revision Changes Path
1.35 +9 -0 openpkg-src/lighttpd/lighttpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lighttpd/lighttpd.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 lighttpd.spec
--- openpkg-src/lighttpd/lighttpd.spec 26 Mar 2007 07:46:03 -0000
1.34
+++ openpkg-src/lighttpd/lighttpd.spec 26 Mar 2007 07:55:45 -0000
1.35
@@ -42,6 +42,7 @@
%option with_ipv6 no
%option with_mysql no
%option with_ldap no
+%option with_dav no
%option with_ssl no
%option with_lua no
@@ -78,6 +79,10 @@
BuildPreReq: pcre
PreReq: pcre
%endif
+%if "%{with_dav}" == "yes"
+BuildPreReq: libxml, sqlite
+PreReq: libxml, sqlite
+%endif
%if "%{with_ssl}" == "yes"
BuildPreReq: openssl
PreReq: openssl
@@ -141,6 +146,10 @@
%else
--without-mysql \
%endif
+%if "%{with_dav}" == "yes"
+ --with-webdav-props \
+ --without-webdav-locks \
+%endif
%if "%{with_pcre}" == "yes"
--with-pcre \
%else
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]