On Alpine Linux 3.12.3, compiling the libevent
package produces multiple warnings:
0$ gmake -C depends -j $(nproc) libevent
1<snip>
2<command-line>: warning: "_FORTIFY_SOURCE" redefined
3<built-in>: note: this is the location of the previous definition
4<snip>
This PR fixes these warnings.