Petr Machata 44a7aa
/* GNU ld script
Petr Machata 44a7aa
Petr Machata 44a7aa
   Boost.Thread header files pull in enough of Boost.System that
Petr Machata 44a7aa
   symbols from the latter library are referenced by a compiled object
Petr Machata 44a7aa
   that includes Boost.Thread headers.  libbost_system-mt.so is among
Petr Machata 44a7aa
   libbost_thread-mt.so's DT_NEEDED, but program linker requires that
Petr Machata 44a7aa
   missing symbols are satisfied by direct dependency, not a
Petr Machata 44a7aa
   transitive one.  Hence this linker script, which brings in the
Petr Machata 44a7aa
   Boost.System DSO.  */
Petr Machata 44a7aa
Denis Arnaud de6a0f
INPUT(libboost_thread-mt.so.1.53.0)
Denis Arnaud de6a0f
INPUT(libboost_system-mt.so.1.53.0)