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