From 4f8aae02ae47f1bc2bc63d8e67c01e4e971c1b18 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Mar 1998 09:00:06 +0000 Subject: [PATCH] Add definition of _dl_library_path for static binaries. --- elf/dl-support.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elf/dl-support.c b/elf/dl-support.c index 3620ebe4bc..4e0e5c1dad 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 -- 2.11.4.GIT