wok-6.x diff testdisk/receipt @ rev 20562
xv: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 12 21:33:25 2018 +0100 (2018-12-12) |
parents | 87ab725ce92e |
children | a78610b2eb47 |
line diff
1.1 --- a/testdisk/receipt Wed Dec 16 11:56:20 2015 +0100 1.2 +++ b/testdisk/receipt Wed Dec 12 21:33:25 2018 +0100 1.3 @@ -20,6 +20,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i '/alloc_data_t list_search_space={/{s/={/;/;n;s/.list /list_search_space&/;s/$/;/;nd}' src/qphotorec.cpp 1.8 + sed -i '/file_info_t dir_list = {/{s/= {/;/;n;s/.list /dir_list&/;s/,$/;/;n;s/.name/dir_list&/;s/$/;/;nd}' src/qpsearch.cpp 1.9 sed -i 's/COLOR_RED/COLOR_YELLOW/' src/intrfn.c 1.10 ./configure --with-ntfs3g $CONFIGURE_ARGS && 1.11 make && make install