]> git.pld-linux.org Git - packages/icedtea8.git/blob - icedtea7-libpath.patch
- jre-base R nss due to Caused by: java.security.ProviderException: Could not initial...
[packages/icedtea8.git] / icedtea7-libpath.patch
1 --- openjdk/hotspot/src/os/linux/vm/os_linux.cpp.orig   2013-11-19 15:23:59.927135248 +0100
2 +++ openjdk/hotspot/src/os/linux/vm/os_linux.cpp        2013-11-19 15:24:24.261540890 +0100
3 @@ -389,9 +389,9 @@
4   *        7: The default directories, normally /lib and /usr/lib.
5   */
6  #if defined(AMD64) || defined(_LP64) && (defined(SPARC) || defined(PPC) || defined(S390) || defined(AARCH64))
7 -#define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib"
8 +#define DEFAULT_LIBPATH "/usr/lib64/java:/usr/lib64:/lib64:/lib:/usr/lib"
9  #else
10 -#define DEFAULT_LIBPATH "/lib:/usr/lib"
11 +#define DEFAULT_LIBPATH "/usr/lib/java:/lib:/usr/lib"
12  #endif
13  
14  #define EXTENSIONS_DIR  "/lib/ext"
This page took 0.059238 seconds and 3 git commands to generate.