summaryrefslogtreecommitdiff
path: root/debian/patches/libjava-disable-plugin.diff
blob: 1c39fd11ec422beee037d7ed0ddb6a6e587ff878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DP: Don't build the gcjwebplugin, even when configured with --enable-plugin

Index: b/src/libjava/configure.ac
===================================================================
--- a/src/libjava/configure.ac
+++ b/src/libjava/configure.ac
@@ -70,6 +70,8 @@ AC_ARG_ENABLE(browser-plugin,
      esac],
     [browser_plugin_enabled=no]
 )
+# FIXME: don't build the plugin, this option collides with GCC plugin support
+plugin_enabled=no
 
 AC_ARG_ENABLE(gconf-peer,
   AS_HELP_STRING([--enable-gconf-peer],