Ludovic Courtès writes: > The updated package fails to build on powerpc64le-linux: > > https://ci.guix.gnu.org/build/6263835/details > > Excerpt: > > --8<---------------cut here---------------start------------->8--- > libbb/hash_md5_sha.c: In function ‘sha1_end’: > libbb/hash_md5_sha.c:1316:35: error: ‘sha1_process_block64_shaNI’ undeclared (first use in this function); did you mean ‘sha1_process_block64’? > 1316 | || ctx->process_block == sha1_process_block64_shaNI > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > | sha1_process_block64 > libbb/hash_md5_sha.c:1316:35: note: each undeclared identifier is reported only once for each function it appears in > make[1]: *** [scripts/Makefile.build:198: libbb/hash_md5_sha.o] Error 1 > make: *** [Makefile:744: libbb] Error 2 > --8<---------------cut here---------------end--------------->8--- > > Ludo’. please try this patch.