Skip to content

Commit 10ac182

Browse files
committed
build: expat 2.4.1
1 parent d3d547c commit 10ac182

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

depends/packages/expat.mk

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package=expat
2-
$(package)_version=2.2.7
3-
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_2_2_7/
4-
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18
2+
$(package)_version=2.4.1
3+
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_2_4_1/
4+
$(package)_file_name=$(package)-$($(package)_version).tar.xz
5+
$(package)_sha256_hash=cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a
66

77
define $(package)_set_vars
88
$(package)_config_opts=--disable-shared --without-docbook --without-tests --without-examples
99
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
10+
$(package)_config_opts += --without-xmlwf
1011
$(package)_config_opts_linux=--with-pic
1112
endef
1213

@@ -23,5 +24,5 @@ define $(package)_stage_cmds
2324
endef
2425

2526
define $(package)_postprocess_cmds
26-
rm -rf share lib/*.la
27+
rm -rf share lib/cmake lib/*.la
2728
endef

doc/dependencies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
88
| Berkeley DB | [4.8.30](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.x | No | | |
99
| Boost | [1.71.0](https://www.boost.org/users/download/) | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No | | |
1010
| Clang<sup>[ \* ](#note1)</sup> | | [7.0](https://releases.llvm.org/download.html) (C++17 & std::filesystem support) | | | |
11-
| Expat | [2.2.7](https://libexpat.github.io/) | | No | Yes | |
1211
| fontconfig | [2.12.1](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |
1312
| FreeType | [2.7.1](https://download.savannah.gnu.org/releases/freetype) | | No | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) (Android only) |
1413
| GCC | | [8.1](https://gcc.gnu.org/) (C++17 & std::filesystem support) | | | |

0 commit comments

Comments
 (0)