Browse Source

classpath: changed to disable -Werror

stable/0.2
Christian Wiese 13 years ago
parent
commit
c9bd66f04b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      java/classpath/classpath.conf

+ 2
- 0
java/classpath/classpath.conf

@ -19,3 +19,5 @@ var_append GCC_WRAPPER_INSERT " " "-I/usr/X11/include -I/usr/include/freetype2"
# explicitely disable gcjwebplugin
# TODO: we need a proper mozilla xulrunner integration
var_append extraconfopt ' ' "--disable-plugin"
var_append extraconfopt ' ' "--disable-Werror"

Loading…
Cancel
Save