diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2015-08-17 09:32:24 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-18 18:54:06 -0300 |
commit | 5cdef85d4a3e06c0ce680a3bb115f4f060adc949 (patch) | |
tree | b674e668843f1042ff3ee66f01887e52a1d162c8 /recipes-core/openjdk/openjdk-7-75b13/icedtea-add-usr-lib-jni-to-DEFAULT_LIBPATH.patch | |
parent | fb083e7988460eba5d38a2f0eac21cf6114518ae (diff) | |
download | meta-java-5cdef85d4a3e06c0ce680a3bb115f4f060adc949.tar.gz |
openjdk-7: remove IcedTea 2.5.4, OpenJDK 7u75b13
OpenJDK 7 was previously updated to IcedTea 2.6.1, 7u85b01. Therefore
the old version is removed now.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-75b13/icedtea-add-usr-lib-jni-to-DEFAULT_LIBPATH.patch')
-rw-r--r-- | recipes-core/openjdk/openjdk-7-75b13/icedtea-add-usr-lib-jni-to-DEFAULT_LIBPATH.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-core/openjdk/openjdk-7-75b13/icedtea-add-usr-lib-jni-to-DEFAULT_LIBPATH.patch b/recipes-core/openjdk/openjdk-7-75b13/icedtea-add-usr-lib-jni-to-DEFAULT_LIBPATH.patch deleted file mode 100644 index fc78b96..0000000 --- a/recipes-core/openjdk/openjdk-7-75b13/icedtea-add-usr-lib-jni-to-DEFAULT_LIBPATH.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | From: Mario Domenech Goulart <mario@ossystems.com.br> | ||
2 | Organization: O.S. Systems Software LTDA. | ||
3 | |||
4 | Upstream-Status: Pending | ||
5 | --- | ||
6 | --- openjdk/hotspot/src/os/linux/vm/os_linux.cpp 2015-03-30 13:43:43.433168285 -0300 | ||
7 | +++ openjdk/hotspot/src/os/linux/vm/os_linux.cpp 2015-03-30 13:45:57.601833592 -0300 | ||
8 | @@ -410,9 +410,9 @@ | ||
9 | * 7: The default directories, normally /lib and /usr/lib. | ||
10 | */ | ||
11 | #if defined(AMD64) || defined(_LP64) && (defined(SPARC) || defined(PPC) || defined(S390) || defined(AARCH64)) || defined(BUILTIN_SIM) | ||
12 | -#define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib" | ||
13 | +#define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib:/usr/lib64/jni:/usr/lib/jni" | ||
14 | #else | ||
15 | -#define DEFAULT_LIBPATH "/lib:/usr/lib" | ||
16 | +#define DEFAULT_LIBPATH "/lib:/usr/lib:/usr/lib/jni" | ||
17 | #endif | ||
18 | |||
19 | #define EXTENSIONS_DIR "/lib/ext" | ||