File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11package =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
77define $(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
1111endef
@@ -15,11 +15,11 @@ define $(package)_config_cmds
1515endef
1616
1717define $(package)_build_cmds
18- $(MAKE ) -C src
18+ $(MAKE ) libzmq.la
1919endef
2020
2121define $(package)_stage_cmds
22- $(MAKE ) -C src DESTDIR=$($(package ) _staging_dir) install
22+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install-libLTLIBRARIES install-includeHEADERS install-pkgconfigDATA
2323endef
2424
2525define $(package)_postprocess_cmds
You can’t perform that action at this time.
0 commit comments