mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
depends: use FORTIFY_SOURCE=3 with libevent
This commit is contained in:
parent
0561f344e0
commit
ff4a73aea2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ define $(package)_set_vars
|
|||
$(package)_config_opts_netbsd=--with-pic
|
||||
$(package)_config_opts_openbsd=--with-pic
|
||||
$(package)_config_opts_android=--with-pic
|
||||
$(package)_cppflags+=-D_FORTIFY_SOURCE=3
|
||||
$(package)_cppflags_mingw32=-D_WIN32_WINNT=0x0601
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue