mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] classpath: Fix for building with OpenJDK-1.8 (again)
@ 2018-11-16 11:20 Guillermo Rodríguez
  2018-11-16 17:01 ` Michael Olbrich
  2018-11-20 15:51 ` [ptxdist] [PATCH v2 1/2] " Guillermo Rodríguez
  0 siblings, 2 replies; 8+ messages in thread
From: Guillermo Rodríguez @ 2018-11-16 11:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Guillermo Rodríguez

Commit bbc978e623cafc added a patch intended to fix building
with OpenJDK 1.8, however that commit was not complete. It is
necessary to 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>
---
 patches/classpath-0.99/autogen.sh | 2 ++
 rules/classpath.in                | 1 +
 2 files changed, 3 insertions(+)
 create mode 100755 patches/classpath-0.99/autogen.sh

diff --git a/patches/classpath-0.99/autogen.sh b/patches/classpath-0.99/autogen.sh
new file mode 100755
index 0000000..9ca025f
--- /dev/null
+++ b/patches/classpath-0.99/autogen.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec ./autogen.sh
diff --git a/rules/classpath.in b/rules/classpath.in
index 16017b2..271a917 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
-- 
1.9.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-11-22  5:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 11:20 [ptxdist] [PATCH] classpath: Fix for building with OpenJDK-1.8 (again) Guillermo Rodríguez
2018-11-16 17:01 ` Michael Olbrich
2018-11-17  0:33   ` Guillermo Rodriguez Garcia
2018-11-17 13:49     ` Michael Olbrich
2018-11-19  9:30       ` Guillermo Rodriguez Garcia
2018-11-22  5:57         ` Michael Olbrich
2018-11-20 15:51 ` [ptxdist] [PATCH v2 1/2] " Guillermo Rodríguez
2018-11-20 15:51   ` [ptxdist] [PATCH v2 2/2] classpath: Fix building when default locale is not UTF-8 Guillermo Rodríguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox