aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-11-12 08:02:30 +0000
committerRon Yorston <rmy@pobox.com>2020-11-12 08:02:30 +0000
commit567728c22dddea4ed33b8a69641ba2e0c3f1f600 (patch)
tree9e5828a97a64bed1ce4598ff6b0899308896c888 /arch
parent13eb34205de6e6b6d0e942b92deed921b1f5bcc4 (diff)
downloadbusybox-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