~angelsl/ubuntu/wily/gcc-5/mips-cross

« back to all changes in this revision

Viewing changes to debian/patches/libjava-disable-plugin.diff

  • Committer: angelsl
  • Date: 2015-10-30 03:30:35 UTC
  • Revision ID: angelsl-20151030033035-rmug41zm8hyjgisg
Original import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Don't build the gcjwebplugin, even when configured with --enable-plugin
 
2
 
 
3
Index: b/src/libjava/configure.ac
 
4
===================================================================
 
5
--- a/src/libjava/configure.ac
 
6
+++ b/src/libjava/configure.ac
 
7
@@ -67,6 +67,8 @@ AC_ARG_ENABLE(browser-plugin,
 
8
      esac],
 
9
     [browser_plugin_enabled=no]
 
10
 )
 
11
+# FIXME: don't build the plugin, this option collides with GCC plugin support
 
12
+plugin_enabled=no
 
13
 
 
14
 AC_ARG_ENABLE(gconf-peer,
 
15
   AS_HELP_STRING([--enable-gconf-peer],