6e52e0
/* GNU ld script
6e52e0
6e52e0
   Boost.Thread header files pull in enough of Boost.System that
6e52e0
   symbols from the latter library are referenced by a compiled object
6e52e0
   that includes Boost.Thread headers.  libboost_system-mt.so is among
6e52e0
   libboost_thread-mt.so's DT_NEEDED, but program linker requires that
6e52e0
   missing symbols are satisfied by direct dependency, not by a
6e52e0
   transitive one.  Hence this linker script, which brings in the
6e52e0
   Boost.System DSO.  */
6e52e0
6e52e0
INPUT(libboost_thread-mt.so.%{version})
6e52e0
INPUT(libboost_system-mt.so.%{version})