]> git.pld-linux.org Git - packages/openjdk9.git/blame - libpath.patch
- unconditional noarch subpackages
[packages/openjdk9.git] / libpath.patch
CommitLineData
2692550d
JP
1--- jdk9u-jdk-9.0.4+12/hotspot/src/os/linux/vm/os_linux.cpp.orig 2020-08-16 13:46:08.240275890 +0200
2+++ jdk9u-jdk-9.0.4+12/hotspot/src/os/linux/vm/os_linux.cpp 2020-08-16 13:47:54.932632691 +0200
3@@ -289,9 +289,9 @@
4 // ...
5 // 7: The default directories, normally /lib and /usr/lib.
6 #if defined(AMD64) || (defined(_LP64) && defined(SPARC)) || defined(PPC64) || defined(S390)
7- #define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib"
8+ #define DEFAULT_LIBPATH "/usr/lib64/java:/usr/lib64:/lib64:/lib:/usr/lib"
ce94f011 9 #else
2692550d
JP
10- #define DEFAULT_LIBPATH "/lib:/usr/lib"
11+ #define DEFAULT_LIBPATH "/usr/lib/java:/lib:/usr/lib"
ce94f011
JK
12 #endif
13
14 // Base path of extensions installed on the system.
This page took 0.062291 seconds and 4 git commands to generate.