DragonFly BSD
DragonFly commits List (threaded) for 2011-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libdl -- Stub libdl.


From: Venkatesh Srinivas <vsrinivas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Dec 2011 02:23:09 -0800 (PST)

commit 2f60b541a1a5e78e27956818bda5d498f89dc586
Author: Venkatesh Srinivas <me@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]