merge bitcoin#22840: fix unoptimized libraries in depends

This commit is contained in:
Kittywhiskers Van Gogh 2024-08-06 17:42:48 +00:00
parent 9b03903e94
commit 28b96a071d
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ $(package)_config_opts_netbsd=--with-pic
$(package)_config_opts_openbsd=--with-pic $(package)_config_opts_openbsd=--with-pic
$(package)_config_opts_android=--with-pic $(package)_config_opts_android=--with-pic
$(package)_cflags+=-Wno-error=implicit-function-declaration $(package)_cflags+=-Wno-error=implicit-function-declaration
$(package)_cxxflags=-std=c++17 $(package)_cxxflags+=-std=c++17
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE $(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
endef endef

View File

@ -27,7 +27,7 @@ else
$(package)_toolset_$(host_os)=gcc $(package)_toolset_$(host_os)=gcc
endif endif
$(package)_config_libraries=filesystem,test $(package)_config_libraries=filesystem,test
$(package)_cxxflags=-std=c++11 $(package)_cxxflags+=-std=c++11
$(package)_cxxflags_linux=-fPIC $(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC $(package)_cxxflags_freebsd=-fPIC
$(package)_cxxflags_openbsd=-fPIC $(package)_cxxflags_openbsd=-fPIC

View File

@ -16,7 +16,7 @@ define $(package)_set_vars
$(package)_config_opts_netbsd=--with-pic $(package)_config_opts_netbsd=--with-pic
$(package)_config_opts_openbsd=--with-pic $(package)_config_opts_openbsd=--with-pic
$(package)_config_opts_android=--with-pic $(package)_config_opts_android=--with-pic
$(package)_cxxflags=-std=c++17 $(package)_cxxflags+=-std=c++17
endef endef
define $(package)_preprocess_cmds define $(package)_preprocess_cmds