File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
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
6
6
7
7
define $(package)_set_vars
8
8
$(package ) _config_opts=--disable-shared --without-docbook --without-tests --without-examples
9
9
$(package ) _config_opts += --disable-dependency-tracking --enable-option-checking
10
+ $(package ) _config_opts += --without-xmlwf
10
11
$(package ) _config_opts_linux=--with-pic
11
12
endef
12
13
@@ -23,5 +24,5 @@ define $(package)_stage_cmds
23
24
endef
24
25
25
26
define $(package)_postprocess_cmds
26
- rm -rf share lib/*.la
27
+ rm -rf share lib/cmake lib/ *.la
27
28
endef
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
8
8
| Berkeley DB | [ 4.8.30] ( https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html ) | 4.8.x | No | | |
9
9
| Boost | [ 1.71.0] ( https://www.boost.org/users/download/ ) | [ 1.64.0] ( https://github.com/bitcoin/bitcoin/pull/22320 ) | No | | |
10
10
| 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 | |
12
11
| fontconfig | [ 2.12.1] ( https://www.freedesktop.org/software/fontconfig/release/ ) | | No | Yes | |
13
12
| 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) |
14
13
| GCC | | [ 8.1] ( https://gcc.gnu.org/ ) (C++17 & std::filesystem support) | | | |
You can’t perform that action at this time.
0 commit comments