Juan Francisco Cantero Hurtado wrote:
I'm going to arrange the makefile to ignore errors from ldconfig, as
advised in the manual of GNU Make[2]. Do you propose some other fix?
No. I'm using a patch to delete the contitional with run_ldconfig:
https://github.com/jasperla/openbsd-wip/blob/43555f7f10a0b40fe997c779a2eef2187267806b/archivers/lzip/lzlib/patches/patch-Makefile_in
I have found an interesting hint here:
http://comments.gmane.org/gmane.os.openbsd.ports.cvs/75119
"* use --disable-ldconfig instead of patching"
Lzlib's configure does not support the "--disable-ldconfig" option, but
if you find it useful I can implement it in no time.