Skip to content

Commit 1986f12

Browse files
committed
build: Update libmultiprocess library
Replacing `install` with `install-lib` and `install-bin` is not strictly necessary just to update the library, but it takes advantage of recent changes in the new version, and makes the build more minimal.
1 parent 16624e6 commit 1986f12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

depends/packages/libmultiprocess.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ define $(package)_build_cmds
2424
endef
2525

2626
define $(package)_stage_cmds
27-
$(MAKE) DESTDIR=$($(package)_staging_dir) install
27+
$(MAKE) DESTDIR=$($(package)_staging_dir) install-lib
2828
endef

depends/packages/native_libmultiprocess.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_libmultiprocess
2-
$(package)_version=d576d975debdc9090bd2582f83f49c76c0061698
2+
$(package)_version=1af83d15239ccfa7e47b8764029320953dd7fdf1
33
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=9f8b055c8bba755dc32fe799b67c20b91e7b13e67cadafbc54c0f1def057a370
5+
$(package)_sha256_hash=e5587d3feedc7f8473f178a89b94163a11076629825d664964799bbbd5844da5
66
$(package)_dependencies=native_capnp
77

88
define $(package)_config_cmds
@@ -14,5 +14,5 @@ define $(package)_build_cmds
1414
endef
1515

1616
define $(package)_stage_cmds
17-
$(MAKE) DESTDIR=$($(package)_staging_dir) install
17+
$(MAKE) DESTDIR=$($(package)_staging_dir) install-bin
1818
endef

0 commit comments

Comments
 (0)