You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2022/10/12 15:10:09 UTC

[openoffice] branch trunk updated: "expat" is not required to build "lucene" or "openssl".

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 461facd3d9 "expat" is not required to build "lucene" or "openssl".
461facd3d9 is described below

commit 461facd3d94599cc708db50510b7e42483407720
Author: Damjan Jovanovic <da...@apache.org>
AuthorDate: Wed Oct 12 17:09:02 2022 +0200

    "expat" is not required to build "lucene" or "openssl".
    
    Patch by: me
---
 main/lucene/prj/build.lst  | 2 +-
 main/openssl/prj/build.lst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/lucene/prj/build.lst b/main/lucene/prj/build.lst
index 9f51b60f03..7a4d7c7133 100644
--- a/main/lucene/prj/build.lst
+++ b/main/lucene/prj/build.lst
@@ -1,3 +1,3 @@
-xh      lucene  :  soltools EXPAT:expat NULL
+xh      lucene  :  soltools NULL
 xh      lucene     usr1           -       all     xh_mkout NULL
 xh      lucene     nmake          -       all     xh_lucene NULL
diff --git a/main/openssl/prj/build.lst b/main/openssl/prj/build.lst
index 756d0ed729..44cd0be3b0 100644
--- a/main/openssl/prj/build.lst
+++ b/main/openssl/prj/build.lst
@@ -1,3 +1,3 @@
-ssl      openssl  :  soltools external EXPAT:expat NULL
+ssl      openssl  :  soltools external NULL
 ssl      openssl     usr1           -       all     ssl_mkout NULL
 ssl      openssl     nmake          -       all     ssl_openssl NULL