[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.4.0, updated. f6e0f0ece62eac484adaed388fce8b1a7f73e8d0



The following commit has been merged in the debian-experimental-3.4.0 branch:
commit 1d83ecdeab00bbb47192de70adad85c4316dc764
Author: Rene Engelhard <rene@debian.org>
Date:   Fri May 27 22:50:58 2011 +0200

    --enable-ext-* for the new split out bsh,pyuno and js scripting

diff --git a/rules b/rules
index 106f729..0840546 100755
--- a/rules
+++ b/rules
@@ -574,6 +574,7 @@ ifeq "$(BUILD_PYUNO)" "y"
   endif
 	DBG_DBG_SUGGESTS+= , python-dbg
 	BUILD_DEPS += , $(PYTHON)-dev
+        CONFIGURE_FLAGS += --enable-ext-scripting-python
 else
 	BUILD_DEPS += , python
 endif
@@ -986,7 +987,9 @@ ifeq "$(ENABLE_JAVA)" "y"
 	BUILD_DEPS += , bsh (>= 2.0b4)$(OOO_NO_JAVA_ARCHS)
 	BSH_DEPENDS = bsh (>= 2.0b4)
 	JAVA_GCJ_DEPENDS += , bsh-gcj
+	CONFIGURE_FLAGS += --enable-ext-scripting-beanshell
   endif
+	CONFIGURE_FLAGS += --enable-ext-scripting-javascript	
 endif
 
 ifneq (,$(filter lpsolve, $(SYSTEM_STUFF)))

-- 
LibreOffice packaging repository


Reply to: