diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-20 14:12:44 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-20 14:12:44 +0000 |
commit | 2ceba71303c59f1f56c9b423eb1981206917bd24 (patch) | |
tree | 05cdafb879bdf905c9d27c9e75af707cf3b7d13d /www-servers/lighttpd/files | |
parent | Stable on sparc, bug #102991 (diff) | |
download | historical-2ceba71303c59f1f56c9b423eb1981206917bd24.tar.gz historical-2ceba71303c59f1f56c9b423eb1981206917bd24.tar.bz2 historical-2ceba71303c59f1f56c9b423eb1981206917bd24.zip |
Revert previous -i flag removal as it's still necessary on certain systems bug #103108; added patch for undefined reference in 1.4.0 when USE=xattr, thanks to J <j-spam@starline.ee> in bug #103074.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'www-servers/lighttpd/files')
-rw-r--r-- | www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff b/www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff new file mode 100644 index 000000000000..73451a021c50 --- /dev/null +++ b/www-servers/lighttpd/files/lighttpd-1.4.0-stat-cache.diff @@ -0,0 +1,11 @@ +--- lighttpd-1.4.0/src/stat_cache.c 2005-08-11 01:26:16.000000000 +0300 ++++ lighttpd-1.4.0/src/stat_cache.c 2005-08-19 21:22:20.000000000 +0300 +@@ -181,7 +181,7 @@ + } + + #ifdef HAVE_XATTR +-static int stat_cache_entry_attr_get(buffer *buf, char *name) { ++static int stat_cache_attr_get(buffer *buf, char *name) { + int attrlen; + int ret; + |