From: Robert Schuster Date: Tue, 9 Dec 2008 12:29:34 +0000 (+0100) Subject: classpath-native: Don't compile with -Werror. X-Git-Tag: Release-2010-05/1~4808 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c98bb8f4a7738a3ffbc05fd7a44a61ce7672d1b4;p=openembedded.git classpath-native: Don't compile with -Werror. classpath: Don't compile with -Werror. --- 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