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)
4
4
$(package)_download_file =$(native_$(package ) _download_file )
5
5
$(package)_file_name =$(native_$(package ) _file_name )
6
6
$(package)_sha256_hash =$(native_$(package ) _sha256_hash )
7
- $(package)_dependencies =native_$(package )
8
7
9
8
define $(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
15
12
endef
16
13
17
14
define $(package)_config_cmds
18
- $($(package ) _autoconf)
15
+ $($(package ) _cmake) .
19
16
endef
20
17
21
18
define $(package)_build_cmds
25
22
define $(package)_stage_cmds
26
23
$(MAKE ) DESTDIR=$($(package ) _staging_dir) install
27
24
endef
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