Skip to content

Commit

Permalink
[depends] ZeroMQ 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jun 2, 2016
1 parent 0385202 commit bd3cbd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions depends/packages/zeromq.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package=zeromq
$(package)_version=4.0.7
$(package)_version=4.1.4
$(package)_download_path=http://download.zeromq.org
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=e00b2967e074990d0538361cc79084a0a92892df2c6e7585da34e4c61ee47b03
$(package)_sha256_hash=e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378

define $(package)_set_vars
$(package)_config_opts=--without-documentation --disable-shared
$(package)_config_opts=--without-documentation --disable-shared --without-libsodium
$(package)_config_opts_linux=--with-pic
$(package)_cxxflags=-std=c++11
endef
Expand All @@ -15,11 +15,11 @@ define $(package)_config_cmds
endef

define $(package)_build_cmds
$(MAKE) -C src
$(MAKE) libzmq.la
endef

define $(package)_stage_cmds
$(MAKE) -C src DESTDIR=$($(package)_staging_dir) install
$(MAKE) DESTDIR=$($(package)_staging_dir) install-libLTLIBRARIES install-includeHEADERS install-pkgconfigDATA
endef

define $(package)_postprocess_cmds
Expand Down

0 comments on commit bd3cbd5

Please sign in to comment.