Skip to content

Commit bd3cbd5

Browse files
committed
[depends] ZeroMQ 4.1.4
1 parent 0385202 commit bd3cbd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

depends/packages/zeromq.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package=zeromq
2-
$(package)_version=4.0.7
2+
$(package)_version=4.1.4
33
$(package)_download_path=http://download.zeromq.org
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=e00b2967e074990d0538361cc79084a0a92892df2c6e7585da34e4c61ee47b03
5+
$(package)_sha256_hash=e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378
66

77
define $(package)_set_vars
8-
$(package)_config_opts=--without-documentation --disable-shared
8+
$(package)_config_opts=--without-documentation --disable-shared --without-libsodium
99
$(package)_config_opts_linux=--with-pic
1010
$(package)_cxxflags=-std=c++11
1111
endef
@@ -15,11 +15,11 @@ define $(package)_config_cmds
1515
endef
1616

1717
define $(package)_build_cmds
18-
$(MAKE) -C src
18+
$(MAKE) libzmq.la
1919
endef
2020

2121
define $(package)_stage_cmds
22-
$(MAKE) -C src DESTDIR=$($(package)_staging_dir) install
22+
$(MAKE) DESTDIR=$($(package)_staging_dir) install-libLTLIBRARIES install-includeHEADERS install-pkgconfigDATA
2323
endef
2424

2525
define $(package)_postprocess_cmds

0 commit comments

Comments
 (0)