mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
rtld_paths.h: Provide _PATH_ELF32_HINTS string, unconditionally
(cherry picked from commit f340188625)
This commit is contained in:
parent
46e032b0b1
commit
a95dbfaa3d
1 changed files with 5 additions and 1 deletions
|
|
@ -35,8 +35,12 @@
|
|||
#define _COMPAT32_BASENAME_RTLD "ld-elf32.so.1"
|
||||
#endif
|
||||
|
||||
#ifndef _PATH_ELF32_HINTS
|
||||
#define _PATH_ELF32_HINTS "/var/run/ld-elf32.so.hints"
|
||||
#endif
|
||||
|
||||
#ifdef COMPAT_32BIT
|
||||
#define _PATH_ELF_HINTS "/var/run/ld-elf32.so.hints"
|
||||
#define _PATH_ELF_HINTS _PATH_ELF32_HINTS
|
||||
#define _PATH_LIBMAP_CONF "/etc/libmap32.conf"
|
||||
#define _BASENAME_RTLD _COMPAT32_BASENAME_RTLD
|
||||
#define STANDARD_LIBRARY_PATH "/lib32:/usr/lib32"
|
||||
|
|
|
|||
Loading…
Reference in a new issue