0
0
Fork 0
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:
fanquake 2023-02-17 11:36:14 +00:00
parent 0561f344e0
commit ff4a73aea2
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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