configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a4c21026b5bafc755466ccb114a8f53169081c97
Author:     Jan-Marek Glogowski <[email protected]>
AuthorDate: Fri Dec 24 01:52:08 2021 +0100
Commit:     Jan-Marek Glogowski <[email protected]>
CommitDate: Fri Dec 24 03:46:57 2021 +0100

    Re-allow SCRIPTING for the cross-toolset
    
    The commit message already described the need to allow scripting
    in the cross-toolset for the special Java case, but nethertheless
    it removed the SCRIPTING from the permitted BUILD_TYPE filter.
    
    Regression from commit fb308c193bc9f0d07ad2cccd5a0b239f86cbe442
    ("Fix --disable-scripting for DESKTOP build").
    
    Change-Id: If794860e9f3a47332ad6c26f893277afb220d733
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127391
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <[email protected]>

diff --git a/configure.ac b/configure.ac
index 72f212aee4f9..bd22499cb75b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5591,6 +5591,7 @@ if test "$cross_compiling" = "yes"; then
         OPENSSL
         ORCUS
         PYTHON
+        SCRIPTING
         ZLIB
 "
     # converts BUILD_TYPE and PERMITTED_BUILD_TARGETS into non-whitespace,

Reply via email to