wok rev 4201
chillispot: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 21:45:39 2009 +0200 (2009-09-23) |
parents | 3268f9dff1c1 |
children | bd5a161c2169 |
files | chillispot/receipt |
line diff
1.1 --- a/chillispot/receipt Wed Sep 23 21:35:45 2009 +0200 1.2 +++ b/chillispot/receipt Wed Sep 23 21:45:39 2009 +0200 1.3 @@ -14,6 +14,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/) defined (/) || defined (/' src/tun.c 1.8 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.9 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.10 make && make DESTDIR=$PWD/_pkg install