We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
native_capnp
1 parent 90389c9 commit 11d797eCopy full SHA for 11d797e
depends/packages/native_capnp.mk
@@ -6,11 +6,13 @@ $(package)_file_name=capnproto-cxx-$($(package)_version).tar.gz
6
$(package)_sha256_hash=0f7f4b8a76a2cdb284fddef20de8306450df6dd031a47a15ac95bc43c3358e09
7
8
define $(package)_set_vars
9
- $(package)_config_opts = --without-openssl
+ $(package)_config_opts := -DBUILD_TESTING=OFF
10
+ $(package)_config_opts += -DWITH_OPENSSL=OFF
11
+ $(package)_config_opts += -DWITH_ZLIB=OFF
12
endef
13
14
define $(package)_config_cmds
- $($(package)_autoconf)
15
+ $($(package)_cmake) .
16
17
18
define $(package)_build_cmds
@@ -20,3 +22,7 @@ endef
20
22
define $(package)_stage_cmds
21
23
$(MAKE) DESTDIR=$($(package)_staging_dir) install
24
25
+
26
+define $(package)_postprocess_cmds
27
+ rm -rf lib/pkgconfig
28
+endef
0 commit comments