wok rev 24779

thttpd: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 19 18:08:11 2022 +0000 (2022-03-19)
parents de6fec01b974
children d75c910db906
files rdpdesk/receipt thttpd/receipt
line diff
     1.1 --- a/rdpdesk/receipt	Sat Mar 19 17:24:39 2022 +0000
     1.2 +++ b/rdpdesk/receipt	Sat Mar 19 18:08:11 2022 +0000
     1.3 @@ -31,7 +31,13 @@
     1.4  
     1.5  	cd $src
     1.6  	sed -i 's|glib/.*h|glib.h|' src/proto/*Connection_nix.hpp
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.8 +	./configure --prefix=/usr $CONFIGURE_ARGS
     1.9 +
    1.10 +	# binutils 2.37 fix
    1.11 +	sed -i 's|ar clq|ar cq|' \
    1.12 +		src/proto/vnc_unixsrc/*/Makefile* \
    1.13 +		src/proto/vnc_unixsrc/Xvnc/config/util/crayar.sh
    1.14 +
    1.15  	make &&
    1.16  	make DESTDIR=$DESTDIR install
    1.17  }
     2.1 --- a/thttpd/receipt	Sat Mar 19 17:24:39 2022 +0000
     2.2 +++ b/thttpd/receipt	Sat Mar 19 18:08:11 2022 +0000
     2.3 @@ -31,7 +31,7 @@
     2.4  		--infodir=/usr/share/info	\
     2.5  		--mandir=/usr/share/man		\
     2.6  		$CONFIGURE_ARGS &&
     2.7 -	make
     2.8 +	make -j1
     2.9  }
    2.10  
    2.11  # Rules to gen a SliTaz package suitable for Tazpkg.