From: Ulrich Drepper Date: Tue, 24 Mar 1998 09:00:06 +0000 (+0000) Subject: Add definition of _dl_library_path for static binaries. X-Git-Tag: cvs/before-sparc-2_0_x-branch~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8aae02ae47f1bc2bc63d8e67c01e4e971c1b18;p=thirdparty%2Fglibc.git Add definition of _dl_library_path for static binaries. --- diff --git a/elf/dl-support.c b/elf/dl-support.c index 3620ebe4bc3..4e0e5c1dad2 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -32,6 +32,9 @@ char **_dl_argv = &__progname; /* This is checked for some error messages. */ /* This defines the default search path for libraries. For the dynamic linker it is set by -rpath when linking. */ const char *_dl_rpath = DEFAULT_RPATH; + +/* The search path for dynamic libraries. */ +const char *_dl_library_path; #ifndef MAP_ANON /* This is the only dl-sysdep.c function that is actually needed at run-time