summaryrefslogtreecommitdiffstats
path: root/rules/classpath.in
diff options
context:
space:
mode:
authorGuillermo Rodríguez <guille.rodriguez@gmail.com>2018-11-20 16:51:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-22 06:50:39 +0100
commit2854a6b5164b2ce99bf3adc85cb30fb178bb5a11 (patch)
tree474e9172704d33c8a0ae9e70c16faf13caf0a9a4 /rules/classpath.in
parentc98a95da4055647be9824febcbdf2207b72f3e1b (diff)
downloadptxdist-2854a6b5164b2ce99bf3adc85cb30fb178bb5a11.tar.gz
ptxdist-2854a6b5164b2ce99bf3adc85cb30fb178bb5a11.tar.xz
classpath: Fix for building with OpenJDK-1.8 (again)
Commit bbc978e623cafc added a patch intended to fix building with OpenJDK 1.8, however that commit was not complete. Update -source/-target in Makefiles and run autogen.sh so that the configure script is regenerated and the patched m4 macros are used. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> [mol: cleanup patch header] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/classpath.in')
-rw-r--r--rules/classpath.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/classpath.in b/rules/classpath.in
index 16017b28f..271a91728 100644
--- a/rules/classpath.in
+++ b/rules/classpath.in
@@ -5,6 +5,7 @@ config CLASSPATH
prompt "classpath"
select GCCLIBS_GCC_S
select HOST_SYSTEM_JDK
+ select HOST_GETTEXT
help
GNU Classpath, Essential Libraries for Java, is a GNU project to create
free core class libraries for use with virtual machines and compilers