|
|
|
@ -6,7 +6,9 @@ $(package)_sha256_hash=bcbabe1e2c7d0eec4ed612e10b94b112dd5f06fcefa994a0c79a45d83
|
|
|
|
|
$(package)_patches=0001-fix-build-with-older-mingw64.patch 0002-disable-pthread_set_name_np.patch
|
|
|
|
|
|
|
|
|
|
define $(package)_set_vars
|
|
|
|
|
$(package)_config_opts=--without-docs --disable-shared --without-libsodium --disable-curve --disable-curve-keygen --disable-perf --disable-Werror
|
|
|
|
|
$(package)_config_opts=--without-docs --disable-shared --disable-curve --disable-curve-keygen --disable-perf --disable-Werror --disable-drafts
|
|
|
|
|
$(package)_config_opts += --without-libsodium --without-libgssapi_krb5 --without-pgm --without-norm --without-vmci
|
|
|
|
|
$(package)_config_opts += --disable-libunwind --disable-radix-tree --without-gcov
|
|
|
|
|
$(package)_config_opts_linux=--with-pic
|
|
|
|
|
$(package)_cxxflags=-std=c++11
|
|
|
|
|
endef
|
|
|
|
|