wok rev 5712

webalizer: fix for gcc 4.4+
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 08:26:30 2010 +0200 (2010-06-24)
parents 5a12924439fd
children e807a4155373
files webalizer/receipt
line diff
     1.1 --- a/webalizer/receipt	Wed Jun 23 21:48:13 2010 +0200
     1.2 +++ b/webalizer/receipt	Thu Jun 24 08:26:30 2010 +0200
     1.3 @@ -16,6 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/define _LARGEFILE64_SOURCE = 1/define _LARGEFILE64_SOURCE/' \
     1.8 +		webalizer.c
     1.9  	./configure --prefix=/usr --sysconfdir=/etc \
    1.10  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.11  	make &&