Skip to content

Commit ff4a73a

Browse files
committed
depends: use FORTIFY_SOURCE=3 with libevent
1 parent 0561f34 commit ff4a73a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/libevent.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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)_cppflags+=-D_FORTIFY_SOURCE=3
1920
$(package)_cppflags_mingw32=-D_WIN32_WINNT=0x0601
2021
endef
2122

0 commit comments

Comments
 (0)