wok-current diff fcgi/receipt @ rev 4859
alpine: fix depends
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Tue Feb 02 22:44:31 2010 +0000 (2010-02-02) |
parents | 9a057b31dba5 |
children | fb8aceda65ff |
line diff
1.1 --- a/fcgi/receipt Sun Mar 15 19:58:12 2009 +0100 1.2 +++ b/fcgi/receipt Tue Feb 02 22:44:31 2010 +0000 1.3 @@ -12,6 +12,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # Gcc4 fix from Gentoo (http://bugs.gentoo.org/256654) 1.8 + busybox patch -p0 -i stuff/fcgi-2.4.0_gcc4.u 1.9 + 1.10 cd $src 1.11 ./configure \ 1.12 --prefix=/usr \