git: libdl -- Stub libdl.
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Sat Dec 31 02:23:09 PST 2011
commit 2f60b541a1a5e78e27956818bda5d498f89dc586
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Sat Dec 31 05:21:05 2011 -0500
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.
Summary of changes:
lib/Makefile | 1 +
lib/libdl/Makefile | 7 +++++++
lib/libdl/dl_stub.c | 7 +++++++
3 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 lib/libdl/Makefile
create mode 100644 lib/libdl/dl_stub.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2f60b541a1a5e78e27956818bda5d498f89dc586
--
DragonFly BSD source repository
More information about the Commits
mailing list