Author: arekm Date: Sat Aug 20 16:07:49 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - reenable xattr
---- Files affected: SPECS: lighttpd.spec (1.119 -> 1.120) ---- Diffs: ================================================================ Index: SPECS/lighttpd.spec diff -u SPECS/lighttpd.spec:1.119 SPECS/lighttpd.spec:1.120 --- SPECS/lighttpd.spec:1.119 Sat Aug 20 16:52:27 2005 +++ SPECS/lighttpd.spec Sat Aug 20 18:07:43 2005 @@ -10,7 +10,7 @@ # see http://article.gmane.org/gmane.comp.web.lighttpd:722 # # Conditional build for lighttpd: -%bcond_with xattr # with support of extended attributes (doesn't compile in 1.4.0) +%bcond_without xattr # with support of extended attributes (doesn't compile in 1.4.0) %bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel) %bcond_without largefile # without largefile support (see notes above) %bcond_without ssl # disable ssl support @@ -166,6 +166,7 @@ %patch2 -p1 %build +sed -i -e 's#stat_cache_attr_get#stat_cache_entry_attr_get#g' src/stat_cache.c %{__libtoolize} %{__aclocal} %{__autoconf} @@ -306,6 +307,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.120 2005/08/20 16:07:43 arekm +- reenable xattr + Revision 1.119 2005/08/20 14:52:27 glen - disable xattr, doesn't build with 1.4.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.119&r2=1.120&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
