classpath-native: Don't compile with -Werror.
authorRobert Schuster <rschus@entw2.(none)>
Tue, 9 Dec 2008 12:29:34 +0000 (13:29 +0100)
committerRobert Schuster <rschus@entw2.(none)>
Tue, 9 Dec 2008 12:30:52 +0000 (13:30 +0100)
classpath: Don't compile with -Werror.

packages/classpath/classpath-native.inc
packages/classpath/classpath.inc

index 31015b3..bee62fa 100644 (file)
@@ -23,6 +23,7 @@ EXTRA_OECONF = "\
   --with-glibj \
   --with-fastjar=fastjar \
   --enable-local-sockets \
+  --disable-Werror \
   --disable-alsa \
   --disable-gconf-peer \
   --disable-gtk-peer \
index 1de5c03..da3273b 100644 (file)
@@ -29,6 +29,7 @@ EXTRA_OECONF = "\
   --with-fastjar=fastjar \
   --includedir=${includedir}/classpath \
   --with-vm=java \
+  --disable-Werror \
   "
 
 inherit autotools