Source: jcc Severity: normal Tags: patch Dear Maintainer,
The package fails to build, again due to a change in the lib path for some .so files installed from openjdk. The patch attached changes debian/rules so it will build again. Thanks and regards
diff -Nru jcc-2.21/debian/changelog jcc-2.21/debian/changelog --- jcc-2.21/debian/changelog 2015-09-20 22:31:09.000000000 +0000 +++ jcc-2.21/debian/changelog 2015-09-21 18:17:30.000000000 +0000 @@ -1,3 +1,10 @@ +jcc (2.21-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Once again JAVA_LIB_PATH changed from ppc64 to ppc64le on ppc64el arch. + + -- Fernando Seiti Furusato <[email protected]> Mon, 21 Sep 2015 18:17:00 +0000 + jcc (2.21-1) unstable; urgency=low [ Fernando Seiti Furusato ] diff -Nru jcc-2.21/debian/rules jcc-2.21/debian/rules --- jcc-2.21/debian/rules 2014-09-21 19:27:42.000000000 +0000 +++ jcc-2.21/debian/rules 2015-09-21 18:16:26.000000000 +0000 @@ -18,7 +18,7 @@ endif ifeq ($(DEB_HOST_ARCH_CPU),ppc64el) - JAVAARCH :=ppc64 + JAVAARCH :=ppc64le endif JAVA_LIB_PATH := /usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH)/jre/lib/$(JAVAARCH)

