=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for zxcvbn-c-2.5
clang++ -I. -std=c++11 -pipe -Os \
	-o dictgen dict-generate.cpp -L/opt/pkg/lib
./dictgen -b -o zxcvbn.dict -h dict-crc.h words-eng_wiki.txt words-female.txt words-male.txt words-passwd.txt words-surname.txt words-tv_film.txt
clang -I. -pipe -Os \
	-DUSE_DICT_FILE -c -o zxcvbn-file.o zxcvbn.c
clang -I. -pipe -Os \
	-DUSE_DICT_FILE -o test-file test.c zxcvbn-file.o -L/opt/pkg/lib -lm
./dictgen -o dict-src.h words-eng_wiki.txt words-female.txt words-male.txt words-passwd.txt words-surname.txt words-tv_film.txt
clang -I. -pipe -Os -c -o zxcvbn-inline.o zxcvbn.c
clang -I. -pipe -Os \
	-o test-inline test.c zxcvbn-inline.o -L/opt/pkg/lib -lm
if [ ! -e zxcvbn.cpp ]; then ln -s zxcvbn.c zxcvbn.cpp; fi
clang++ -I. -pipe -Os \
	-c -o zxcvbn-c++inline.o zxcvbn.cpp
if [ ! -e test.cpp ]; then ln -s test.c test.cpp; fi
clang++ -I. -pipe -Os \
	-o test-c++inline test.cpp zxcvbn-c++inline.o -L/opt/pkg/lib -lm
if [ ! -e zxcvbn.cpp ]; then ln -s zxcvbn.c zxcvbn.cpp; fi
clang++ -I. -pipe -Os \
	-DUSE_DICT_FILE -c -o zxcvbn-c++file.o zxcvbn.cpp
if [ ! -e test.cpp ]; then ln -s test.c test.cpp; fi
clang++ -I. -pipe -Os \
	-DUSE_DICT_FILE -o test-c++file test.cpp zxcvbn-c++file.o -L/opt/pkg/lib -lm
clang -I. -pipe -Os -fPIC -c -o zxcvbn-inline-pic.o zxcvbn.c
clang -I. -pipe -Os \
	-o libzxcvbn.so.0.0.0 zxcvbn-inline-pic.o -fPIC -shared -Wl,-soname,libzxcvbn.so.0 -L/opt/pkg/lib -lm
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [makefile:33: libzxcvbn.so.0.0.0] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/zxcvbn-c
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/zxcvbn-c