Skip to content

fuzz/Makefile.am: do not force static

Fabrice Fontaine requested to merge (removed):master into master

Don't force static when linking corpus2arry to libtasn1 otherwise the build will fail if libtasn1 has been built only as a shared library:

  CCLD     corpus2array
/home/fabrice/buildroot/output/host/lib/gcc/arm-buildroot-linux-musleabihf/8.4.0/../../../../arm-buildroot-linux-musleabihf/bin/ld: attempted static link of dynamic object `../lib/.libs/libtasn1.so'
collect2: error: ld returned 1 exit status

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Merge request reports

Loading