diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/rules.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index 1e4a8e7..c1e35d7 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -639,7 +639,7 @@ ifeq ($(java_no_cross)-$(DEB_CROSS),yes-yes) with_java := disabled for cross compiler package endif with_java := $(call envfilt, java, , c++, $(with_java)) -#with_java := disabled for a while on Dyson (FTBFS, due to Boehm GC) +with_java := disabled for a while on Dyson (FTBFS: gjdoc crashes) ifeq ($(with_java)-$(with_separate_libgcj),yes-yes) ifneq (,$(findstring gcj, $(PKGSOURCE))) |