/[packages]/updates/5/libreoffice/current/SOURCES/0001-f22-openjdk-for-ppc64le-has-both-these-dirs-but-jawt.patch
ViewVC logotype

Contents of /updates/5/libreoffice/current/SOURCES/0001-f22-openjdk-for-ppc64le-has-both-these-dirs-but-jawt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 896529 - (show annotations) (download)
Thu Oct 29 21:56:40 2015 UTC (8 years, 5 months ago) by tv
File size: 892 byte(s)
new release
1 From e13b0657a3a05139f751124145aa10758c59d1dd Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
3 Date: Wed, 1 Jul 2015 08:34:58 +0100
4 Subject: [PATCH] f22 openjdk for ppc64le has both these dirs, but jawt is only
5 on one
6
7 Change-Id: Ie770ecceb8c8f5a6fa882a9f5d5a26806b029589
8 ---
9 configure.ac | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/configure.ac b/configure.ac
13 index aecbe8f..8964c96 100644
14 --- a/configure.ac
15 +++ b/configure.ac
16 @@ -7058,7 +7058,7 @@ then
17 my_java_arch=ppc64
18 ;;
19 powerpc64le)
20 - AS_IF([test -d "$JAVA_HOME/jre/lib/ppc64le"], [my_java_arch=ppc64le], [my_java_arch=ppc64])
21 + AS_IF([test -e "$JAVA_HOME/jre/lib/ppc64le/libjawt.so"], [my_java_arch=ppc64le], [my_java_arch=ppc64])
22 JAVA_ARCH=$my_java_arch
23 ;;
24 x86_64)
25 --
26 2.4.0
27

  ViewVC Help
Powered by ViewVC 1.1.30