File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ $(package)_sha256_hash=bcbabe1e2c7d0eec4ed612e10b94b112dd5f06fcefa994a0c79a45d83
6
6
$(package)_patches =0001-fix-build-with-older-mingw64.patch 0002-disable-pthread_set_name_np.patch
7
7
8
8
define $(package)_set_vars
9
- $(package ) _config_opts=--without-docs --disable-shared --without-libsodium --disable-curve --disable-curve-keygen --disable-perf --disable-Werror
9
+ $(package ) _config_opts=--without-docs --disable-shared --disable-curve --disable-curve-keygen --disable-perf --disable-Werror --disable-drafts
10
+ $(package ) _config_opts += --without-libsodium --without-libgssapi_krb5 --without-pgm --without-norm --without-vmci
11
+ $(package ) _config_opts += --disable-libunwind --disable-radix-tree --without-gcov
10
12
$(package ) _config_opts_linux=--with-pic
11
13
$(package ) _cxxflags=-std=c++11
12
14
endef
You can’t perform that action at this time.
0 commit comments