libdl -- Stub libdl.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Sat, 31 Dec 2011 10:21:05 +0000 (05:21 -0500)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Sat, 31 Dec 2011 10:21:05 +0000 (05:21 -0500)
commit2f60b541a1a5e78e27956818bda5d498f89dc586
tree7485671ee949d6664a137f4f814ecce96a2d86a3
parente820d193cd2fae21e0c49078779af461fb6b3ea9
libdl -- Stub libdl.

DragonFly BSD (and FreeBSD) have the dlopen/dlfcn/... routines located in
libc. However many applications and their configure scripts look for these
routines in libdl. This adds a stub libdl with no subroutines, so that the
configure scripts pass. The dl* routines are automatically available via
libc.
lib/Makefile
lib/libdl/Makefile [new file with mode: 0644]
lib/libdl/dl_stub.c [new file with mode: 0644]