Skip to content

Commit 0d1f38c

Browse files
committed
depends: update zmq config.guess/config.sub for riscv support
1 parent 409481c commit 0d1f38c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

depends/packages/zeromq.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ endef
1313

1414
define $(package)_preprocess_cmds
1515
patch -p1 < $($(package)_patch_dir)/0001-fix-build-with-older-mingw64.patch && \
16-
patch -p1 < $($(package)_patch_dir)/0002-disable-pthread_set_name_np.patch
16+
patch -p1 < $($(package)_patch_dir)/0002-disable-pthread_set_name_np.patch && \
17+
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub config
1718
endef
1819

1920
define $(package)_config_cmds

0 commit comments

Comments
 (0)