# HG changeset patch # User Pascal Bellard # Date 1647713291 0 # Node ID 22bf62841f5cb91f875c78296c01f2829a8d0378 # Parent de6fec01b97424009743cc53176775f1209b710d thttpd: race condition diff -r de6fec01b974 -r 22bf62841f5c rdpdesk/receipt --- a/rdpdesk/receipt Sat Mar 19 17:24:39 2022 +0000 +++ b/rdpdesk/receipt Sat Mar 19 18:08:11 2022 +0000 @@ -31,7 +31,13 @@ cd $src sed -i 's|glib/.*h|glib.h|' src/proto/*Connection_nix.hpp - ./configure --prefix=/usr $CONFIGURE_ARGS && + ./configure --prefix=/usr $CONFIGURE_ARGS + + # binutils 2.37 fix + sed -i 's|ar clq|ar cq|' \ + src/proto/vnc_unixsrc/*/Makefile* \ + src/proto/vnc_unixsrc/Xvnc/config/util/crayar.sh + make && make DESTDIR=$DESTDIR install } diff -r de6fec01b974 -r 22bf62841f5c thttpd/receipt --- a/thttpd/receipt Sat Mar 19 17:24:39 2022 +0000 +++ b/thttpd/receipt Sat Mar 19 18:08:11 2022 +0000 @@ -31,7 +31,7 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make + make -j1 } # Rules to gen a SliTaz package suitable for Tazpkg.