From c98bb8f4a7738a3ffbc05fd7a44a61ce7672d1b4 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Tue, 9 Dec 2008 13:29:34 +0100 Subject: classpath-native: Don't compile with -Werror. classpath: Don't compile with -Werror. --- packages/classpath/classpath-native.inc | 1 + packages/classpath/classpath.inc | 1 + 2 files changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc index 31015b3d71..bee62fae91 100644 --- a/packages/classpath/classpath-native.inc +++ b/packages/classpath/classpath-native.inc @@ -23,6 +23,7 @@ EXTRA_OECONF = "\ --with-glibj \ --with-fastjar=fastjar \ --enable-local-sockets \ + --disable-Werror \ --disable-alsa \ --disable-gconf-peer \ --disable-gtk-peer \ diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index 1de5c038f2..da3273bc97 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -29,6 +29,7 @@ EXTRA_OECONF = "\ --with-fastjar=fastjar \ --includedir=${includedir}/classpath \ --with-vm=java \ + --disable-Werror \ " inherit autotools -- cgit v1.2.3