mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8269668: [aarch64] java.library.path not including /usr/lib64
Reviewed-by: aph, dholmes
This commit is contained in:
parent
97e0e9e73d
commit
e14801cdd9
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ void os::init_system_properties_values() {
|
|||
// ...
|
||||
// 7: The default directories, normally /lib and /usr/lib.
|
||||
#ifndef OVERRIDE_LIBPATH
|
||||
#if defined(AMD64) || (defined(_LP64) && defined(SPARC)) || defined(PPC64) || defined(S390)
|
||||
#if defined(_LP64)
|
||||
#define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib"
|
||||
#else
|
||||
#define DEFAULT_LIBPATH "/lib:/usr/lib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue