building with libtool requires either pic or dlopen to be enabled
building with:
/configure --with-dlopen=no --with-libtool=yes && make
or /configure --with-pic=no --with-libtool=yes && make
results in:
/usr/bin/ld: .libs/pk11.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
.libs/pk11.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status