Fix build of Boost.Context on ppc64, future-proof the linker script

This commit is contained in:
Petr Machata 2013-02-11 20:06:45 +01:00
commit 91de02f8db
3 changed files with 51 additions and 4 deletions

View file

@ -8,5 +8,5 @@
transitive one. Hence this linker script, which brings in the
Boost.System DSO. */
INPUT(libboost_thread-mt.so.1.53.0)
INPUT(libboost_system-mt.so.1.53.0)
INPUT(libboost_thread-mt.so.%{version})
INPUT(libboost_system-mt.so.%{version})