Skip to content

Commit

Permalink
BROKEN mpgen executable
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Nov 13, 2023
1 parent fe0796e commit e3f3dd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions depends/packages/capnp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(package)_sha256_hash=$(native_$(package)_sha256_hash)
define $(package)_set_vars :=
$(package)_config_opts := -DBUILD_TESTING=OFF
$(package)_config_opts += -DWITH_OPENSSL=OFF
$(package)_config_opts += -DWITH_ZLIB=OFF
endef

define $(package)_config_cmds
Expand Down
7 changes: 5 additions & 2 deletions depends/packages/native_capnp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ $(package)_file_name=capnproto-cxx-$($(package)_version).tar.gz
$(package)_sha256_hash=0f7f4b8a76a2cdb284fddef20de8306450df6dd031a47a15ac95bc43c3358e09

define $(package)_set_vars
$(package)_config_opts = --without-openssl
$(package)_config_opts := -DBUILD_TESTING=OFF
$(package)_config_opts += -DWITH_OPENSSL=OFF
$(package)_config_opts += -DWITH_ZLIB=OFF
$(package)_config_opts += -DBUILD_SHARED_LIBS=ON
endef

define $(package)_config_cmds
$($(package)_autoconf)
$($(package)_cmake) .
endef

define $(package)_build_cmds
Expand Down

0 comments on commit e3f3dd7

Please sign in to comment.