This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new c1e6a956d1 Dependencies for apr, apr-util and serf were removed with:
c1e6a956d1 is described below

commit c1e6a956d1226fc52a13d249ea0a4e76147ba68e
Author: mseidel <[email protected]>
AuthorDate: Sun Jan 18 16:38:28 2026 +0100

    Dependencies for apr, apr-util and serf were removed with:
    
    
https://github.com/apache/openoffice/commit/51ba086bf122dbb5b50fd813e5b9a81c051aa16b
    
    Curl is now needed.
    
    (cherry picked from commit 84cd9d7e3a65525213ccd0dfe4f5e05e443d3163)
---
 main/configure.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/configure.cmd b/main/configure.cmd
index 0053ef2d10..02fa2463ed 100755
--- a/main/configure.cmd
+++ b/main/configure.cmd
@@ -35,7 +35,7 @@ SET CFG_OPT=%CFG_OPT% --with-system-libxslt --disable-werror
 SET CFG_OPT=%CFG_OPT% --disable-odk --with-x=no --disable-fontconfig 
--disable-gnome-vfs
 SET CFG_OPT=%CFG_OPT% --disable-gtk --with-java=yes --disable-gcjaot 
--without-fonts
 SET CFG_OPT=%CFG_OPT% --with-ant-home=%MY_ANT_HOME% --without-junit
-SET CFG_OPT=%CFG_OPT% --with-system-apr --with-system-apr-util 
--with-system-serf
+SET CFG_OPT=%CFG_OPT% --with-system-curl
 SET CFG_OPT=%CFG_OPT% --enable-bundled-dictionaries --enable-category-b 
--with-system-nss
 SET CFG_OPT=%CFG_OPT% --disable-unit-tests
 SET CFG_OPT=%CFG_OPT% --disable-online-update

Reply via email to