From: Sergey Matveev Date: Fri, 13 Mar 2026 19:42:07 +0000 (+0300) Subject: Seems that hack is not needed X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=37e79611165742ebd266013d10e2b1e7ee84b879adaba80f09fe48886e731a13;p=bass.git Seems that hack is not needed --- diff --git a/build/skel/security/b3sum-1.7.0.do b/build/skel/security/b3sum-1.7.0.do index 2935560..2d6df36 100644 --- a/build/skel/security/b3sum-1.7.0.do +++ b/build/skel/security/b3sum-1.7.0.do @@ -14,7 +14,7 @@ $TAR xf "$DISTFILES"/dl/BLAKE3-1.7.0.tar.zst cd BLAKE3-1.7.0/c # I do not know is it safe or not, but seems working -perl -i -npe 's/(TBB_USE_EXCEPTIONS ==) 0/$1 1/' blake3_tbb.cpp >&2 +# perl -i -npe 's/(TBB_USE_EXCEPTIONS ==) 0/$1 1/' blake3_tbb.cpp >&2 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX="$SKELBINS"/$ARCH/$NAME-$hsh \