File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ package =libsodium
2+ $(package)_version =1.0.15
3+ $(package)_download_path =https://download.libsodium.org/libsodium/releases/old/unsupported/
4+ $(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
5+ $(package)_sha256_hash =fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4
6+ $(package)_dependencies =
7+ $(package)_config_opts =
8+
9+ define $(package)_preprocess_cmds
10+ cd $($(package ) _build_subdir) ; ./autogen.sh
11+ endef
12+
13+ define $(package)_config_cmds
14+ $($(package ) _autoconf) --enable-static --disable-shared
15+ endef
16+
17+ define $(package)_build_cmds
18+ $(MAKE )
19+ endef
20+
21+ define $(package)_stage_cmds
22+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
23+ endef
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ rust_crates := \
2525 crate_winapi \
2626 crate_winapi_x86_64_pc_windows_gnu
2727rust_packages := rust $(rust_crates ) librustzcash
28- packages: =boost openssl libevent gmp $(zcash_packages )
28+ packages: =boost openssl libevent gmp $(zcash_packages ) libsodium
2929
3030qt_native_packages = native_protobuf
3131qt_packages = qrencode protobuf zlib
You can’t perform that action at this time.
0 commit comments