libdl -- Stub libdl.DragonFly BSD (and FreeBSD) have the dlopen/dlfcn/... routines located inlibc. However many applications and their configure scripts look for theseroutines in libdl. This adds
libdl -- Stub libdl.DragonFly BSD (and FreeBSD) have the dlopen/dlfcn/... routines located inlibc. However many applications and their configure scripts look for theseroutines in libdl. This adds a stub libdl with no subroutines, so that theconfigure scripts pass. The dl* routines are automatically available vialibc.
show more ...