wok diff webalizer/receipt @ rev 6751
Removed --enable-gold cause gcc and gcc+gcj don't compile right. This is a test to see if it compiles fine on build server without --enable-gold.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 17 17:13:35 2010 +0000 (2010-10-17) |
parents | 35ec83c60e58 |
children | 8823ab97b618 |
line diff
1.1 --- a/webalizer/receipt Wed Feb 24 12:36:38 2010 +0000 1.2 +++ b/webalizer/receipt Sun Oct 17 17:13:35 2010 +0000 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 &&