Source: jcc Followup-For: Bug #754099 Hello. This is an update to the previous patch, since the path has changed again in openjdk. Now to ppc64, instead of ppc64le.
Cheers. Fernando
diff -Nru jcc-2.17/debian/changelog jcc-2.17/debian/changelog --- jcc-2.17/debian/changelog 2013-09-21 09:10:50.000000000 +0000 +++ jcc-2.17/debian/changelog 2014-09-12 16:56:06.000000000 +0000 @@ -1,3 +1,9 @@ +jcc (2.17-1ppc64el1) UNRELEASED; urgency=medium + + * debian/rules: adding condition to use java libs path correctly on ppc64el. + + -- Fernando Seiti Furusato <[email protected]> Fri, 12 Sep 2014 16:55:07 +0000 + jcc (2.17-1) unstable; urgency=low * Imported Upstream version 2.17 diff -Nru jcc-2.17/debian/rules jcc-2.17/debian/rules --- jcc-2.17/debian/rules 2013-09-21 08:41:17.000000000 +0000 +++ jcc-2.17/debian/rules 2014-09-12 16:55:02.000000000 +0000 @@ -15,6 +15,10 @@ JAVAARCH :=ppc endif +ifeq ($(DEB_HOST_ARCH_CPU),ppc64el) + JAVAARCH :=ppc64 +endif + ifeq ($(DEB_HOST_ARCH_CPU),sh4) JAVAARCH :=sh endif

