wok-6.x diff lxnetdaemon/receipt @ rev 8918
libffcall needs -j1 to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 00:14:32 2011 +0100 (2011-03-01) |
parents | d04823a784db |
children | 05abedfc8a12 |
line diff
1.1 --- a/lxnetdaemon/receipt Sun Mar 15 20:05:38 2009 +0000 1.2 +++ b/lxnetdaemon/receipt Tue Mar 01 00:14:32 2011 +0100 1.3 @@ -14,6 +14,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/for script in .(datadir)/for script in _pkg\/$(datadir)/' \ 1.8 + Makefile.in 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 $CONFIGURE_ARGS &&