diff options
author | Ron Yorston <rmy@pobox.com> | 2020-11-12 08:02:30 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-11-12 08:02:30 +0000 |
commit | 567728c22dddea4ed33b8a69641ba2e0c3f1f600 (patch) | |
tree | 9e5828a97a64bed1ce4598ff6b0899308896c888 /arch | |
parent | 13eb34205de6e6b6d0e942b92deed921b1f5bcc4 (diff) | |
download | busybox-w32-567728c22dddea4ed33b8a69641ba2e0c3f1f600.tar.gz busybox-w32-567728c22dddea4ed33b8a69641ba2e0c3f1f600.tar.bz2 busybox-w32-567728c22dddea4ed33b8a69641ba2e0c3f1f600.zip |
build system: use static ssp library
The previous commit got rid of a link error but generates a binary
that isn't standalone: it requires libssp-0.dll.
Force the use of the static ssp library. This also requires mingwex
to be added to LDLIBS, since that's what has a dependency on ssp.
Other workarounds are to compile with non-zero _FORTIFY_SOURCE (which
increases the size of the binary) or to add '-u ___strcpy_chk' to
LDFLAGS (likely to be fragile).
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions