CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2023/07/01 04:25:58

Modified files:
        security/opensc: Makefile 

Log message:
use --disable-static to avoid bogus fuzz_pkcs15init build

We've been using --enable-static with LIBTOOL_FLAGS disabling static builds.
in 0.23.0 --enable-static also causes extra fuzzing tools to be built which
remain unused during build, test and are not packaged.

fuzz_pkcs15init fails to build at first, but a second 'make build' works.

Flip the flag to avoid this bug and not build anything wholly unused.

reported by naddy
'go ahead' tb

Reply via email to