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 1
1
package =zeromq
2
- $(package)_version =4.0.7
2
+ $(package)_version =4.1.4
3
3
$(package)_download_path =http://download.zeromq.org
4
4
$(package)_file_name =$(package ) -$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =e00b2967e074990d0538361cc79084a0a92892df2c6e7585da34e4c61ee47b03
5
+ $(package)_sha256_hash =e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378
6
6
7
7
define $(package)_set_vars
8
- $(package ) _config_opts=--without-documentation --disable-shared
8
+ $(package ) _config_opts=--without-documentation --disable-shared --without-libsodium
9
9
$(package ) _config_opts_linux=--with-pic
10
10
$(package ) _cxxflags=-std=c++11
11
11
endef
@@ -15,11 +15,11 @@ define $(package)_config_cmds
15
15
endef
16
16
17
17
define $(package)_build_cmds
18
- $(MAKE ) -C src
18
+ $(MAKE ) libzmq.la
19
19
endef
20
20
21
21
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
23
23
endef
24
24
25
25
define $(package)_postprocess_cmds
You can’t perform that action at this time.
0 commit comments