aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_P2SH_tests.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-04-09 22:40:33 -0400
committerCory Fields <[email protected]>2014-04-10 22:27:09 -0400
commitffc6b678b9d12a8f963ab362b952fd6b7e6c4ec7 (patch)
tree91324e07fe007216b2d30272114778a59739134d /src/test/script_P2SH_tests.cpp
parentMerge pull request #4033 (diff)
downloaddiscoin-ffc6b678b9d12a8f963ab362b952fd6b7e6c4ec7.tar.xz
discoin-ffc6b678b9d12a8f963ab362b952fd6b7e6c4ec7.zip
build: add glibc/libstdc++ back-compat stubs
glibc/libstdc++ have added new symbols in later releases. When running a new binary against an older glibc, the run-time linker is unable to resolve the new symbols and the binary refuses to run. This can be fixed by adding our own versions of those functions, so that the build-time linker does not emit undefined symbols for them. This enables our binary releases to work on older Linux distros, while not incurring the downsides of a fully static binary.
Diffstat (limited to 'src/test/script_P2SH_tests.cpp')
0 files changed, 0 insertions, 0 deletions