Skip to content

Commit 28b96a0

Browse files
committed
merge bitcoin#22840: fix unoptimized libraries in depends
1 parent 9b03903 commit 28b96a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

depends/packages/bdb.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $(package)_config_opts_netbsd=--with-pic
1515
$(package)_config_opts_openbsd=--with-pic
1616
$(package)_config_opts_android=--with-pic
1717
$(package)_cflags+=-Wno-error=implicit-function-declaration
18-
$(package)_cxxflags=-std=c++17
18+
$(package)_cxxflags+=-std=c++17
1919
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
2020
endef
2121

depends/packages/boost.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
$(package)_toolset_$(host_os)=gcc
2828
endif
2929
$(package)_config_libraries=filesystem,test
30-
$(package)_cxxflags=-std=c++11
30+
$(package)_cxxflags+=-std=c++11
3131
$(package)_cxxflags_linux=-fPIC
3232
$(package)_cxxflags_freebsd=-fPIC
3333
$(package)_cxxflags_openbsd=-fPIC

depends/packages/zeromq.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ define $(package)_set_vars
1616
$(package)_config_opts_netbsd=--with-pic
1717
$(package)_config_opts_openbsd=--with-pic
1818
$(package)_config_opts_android=--with-pic
19-
$(package)_cxxflags=-std=c++17
19+
$(package)_cxxflags+=-std=c++17
2020
endef
2121

2222
define $(package)_preprocess_cmds

0 commit comments

Comments
 (0)