File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,15 @@ $(package)_download_path=$(native_$(package)_download_path)
44$(package)_download_file =$(native_$(package ) _download_file )
55$(package)_file_name =$(native_$(package ) _file_name )
66$(package)_sha256_hash =$(native_$(package ) _sha256_hash )
7- $(package)_dependencies =native_$(package )
87
98define $(package)_set_vars :=
10- $(package ) _config_opts := --with-external-capnp
11- $(package ) _config_opts += --without-openssl
12- $(package ) _config_opts += CAPNP="$$(native_capnp_prefixbin ) /capnp"
13- $(package ) _config_opts += CAPNP_CXX="$$(native_capnp_prefixbin ) /capnp-c++"
14- $(package ) _config_opts_android := --disable-shared
9+ $(package ) _config_opts := -DBUILD_TESTING=OFF
10+ $(package ) _config_opts += -DWITH_OPENSSL=OFF
11+ $(package ) _config_opts += -DWITH_ZLIB=OFF
1512endef
1613
1714define $(package)_config_cmds
18- $($(package ) _autoconf)
15+ $($(package ) _cmake) .
1916endef
2017
2118define $(package)_build_cmds
2522define $(package)_stage_cmds
2623 $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
2724endef
25+
26+ define $(package)_postprocess_cmds
27+ rm -rf lib/pkgconfig
28+ endef
You can’t perform that action at this time.
0 commit comments