wok diff testdisk/receipt @ rev 9704

gcc: make it build with cookutils and let tazwok use its functions
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 20:03:09 2011 +0200 (2011-05-08)
parents 4f9a731119f6
children 91afa4c503ea
line diff
     1.1 --- a/testdisk/receipt	Sat May 08 00:40:05 2010 +0000
     1.2 +++ b/testdisk/receipt	Sun May 08 20:03:09 2011 +0200
     1.3 @@ -16,6 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	grep -qs 'define u8' src/hdaccess.c ||
     1.8 +	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' src/hdaccess.c
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--mandir=/usr/share/man \