wok 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 3ae65034bee9
children 591601409a8e
files tidy/receipt vanessa_logger/receipt xv/receipt
line diff
     1.1 --- a/tidy/receipt	Wed Dec 12 19:36:13 2018 +0100
     1.2 +++ b/tidy/receipt	Wed Dec 12 21:33:25 2018 +0100
     1.3 @@ -11,6 +11,7 @@
     1.4  WGET_URL="http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL"
     1.5  
     1.6  DEPENDS="glibc-base"
     1.7 +BUILD_DEPENDS="file"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
     2.1 --- a/vanessa_logger/receipt	Wed Dec 12 19:36:13 2018 +0100
     2.2 +++ b/vanessa_logger/receipt	Wed Dec 12 21:33:25 2018 +0100
     2.3 @@ -10,6 +10,8 @@
     2.4  WEB_SITE="http://www.vergenet.net/linux/vanessa"
     2.5  WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL"
     2.6  
     2.7 +BUILD_DEPENDS="file"
     2.8 +
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
    2.11  {
     3.1 --- a/xv/receipt	Wed Dec 12 19:36:13 2018 +0100
     3.2 +++ b/xv/receipt	Wed Dec 12 21:33:25 2018 +0100
     3.3 @@ -19,7 +19,6 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 -	cd $src
     3.8  	for i in $PATCH1 $PATCH2 ; do
     3.9  		[ -s $SOURCES_REPOSITORY/$(basename $i) ] || 
    3.10  		wget -P $SOURCES_REPOSITORY $i
    3.11 @@ -37,7 +36,7 @@
    3.12  	sed -i 's|.*extern.*sys_errlist.*|//&|;s|sys_errlist.x.|strerror(x)|' xv.h
    3.13  	sed -i -e 's|undef USE_GUNZIP|define USE_GUNZIP\n#define USE_GETCWD|' \
    3.14  		-e 's|/usr/local/bin/gunzip -q|/bin/gunzip|' config.h
    3.15 -	make jpeg/libjpeg.a &&
    3.16 +	make jpeg/libjpeg.a tiff/libtiff.a &&
    3.17  	make
    3.18  }
    3.19