external_deps.lst (31cbf049) | external_deps.lst (4c5b548f) |
---|---|
1# Format of this file: 2# 3# Comments start with '#' and are ignored. Empty lines (only whitespace) are ignored. 4# 5# All other lines have one of two different formats: 6# 7# if (<logical-expression>) 8# starts a block that specifies the download site(s) of an external library. --- 136 unchanged lines hidden (view full) --- 145 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 146 147if (SOLAR_JAVA==TRUE) 148 MD5 = 4c8c505cc3cba4c467c479e3e0f09ba4 149 name = commons-lang3-3.3-src.tar.gz 150 URL1 = https://archive.apache.org/dist/commons/lang/source/$(name) 151 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 152 | 1# Format of this file: 2# 3# Comments start with '#' and are ignored. Empty lines (only whitespace) are ignored. 4# 5# All other lines have one of two different formats: 6# 7# if (<logical-expression>) 8# starts a block that specifies the download site(s) of an external library. --- 136 unchanged lines hidden (view full) --- 145 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 146 147if (SOLAR_JAVA==TRUE) 148 MD5 = 4c8c505cc3cba4c467c479e3e0f09ba4 149 name = commons-lang3-3.3-src.tar.gz 150 URL1 = https://archive.apache.org/dist/commons/lang/source/$(name) 151 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 152 |
153if (SYSTEM_OPENSSL!=YES && DISABLE_OPENSSL!=TRUE) 154 MD5 = cdc2638f789ecc2db2c91488265686c1 155 name = openssl-1.0.2u.tar.gz 156 URL1 = https://www.openssl.org/source/old/1.0.2/$(name) | 153if (SYSTEM_OPENSSL!=YES) 154 MD5 = c15e53a62711002901d3515ac8b30b86 155 name = openssl-3.0.13.tar.gz 156 URL1 = https://www.openssl.org/source/$(name) |
157 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 158 | 157 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 158 |
159# On Windows, we need Strawberry Perl to build OpenSSL 3: 160if (SYSTEM_OPENSSL!=YES && GUI==WNT) 161 MD5 = 93fdfe261588bc82ab3a0bd4f5945b60 162 name = strawberry-perl-5.32.1.1-32bit-portable.zip 163 URL1 = https://strawberryperl.com/download/5.32.1.1/$(name) 164 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 165 |
|
159if (SYSTEM_LIBXML != YES) 160 MD5 = 10942a1dc23137a8aa07f0639cbfece5 161 name = libxml2-2.9.10.tar.gz 162 URL1 = http://xmlsoft.org/sources/$(name) 163 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 164 165if (SYSTEM_LIBXSLT != YES) 166 MD5 = db8765c8d076f1b6caafd9f2542a304a --- 170 unchanged lines hidden --- | 166if (SYSTEM_LIBXML != YES) 167 MD5 = 10942a1dc23137a8aa07f0639cbfece5 168 name = libxml2-2.9.10.tar.gz 169 URL1 = http://xmlsoft.org/sources/$(name) 170 URL2 = $(OOO_EXTRAS)$(MD5)-$(name) 171 172if (SYSTEM_LIBXSLT != YES) 173 MD5 = db8765c8d076f1b6caafd9f2542a304a --- 170 unchanged lines hidden --- |