Ditch -mt suffix from a boost DSO

This commit is contained in:
Petr Machata 2013-07-27 21:03:07 +02:00
commit 5a1485ceba

View file

@ -84,7 +84,7 @@ rm -rf tmp; mkdir tmp; cd tmp
ar x ../../built_artifacts/*/*/*/*/threading-multi/libasl_dev.a
gcc -shared -g -Wl,-soname=libasl_dev.so.%{version} -Wl,-as-needed \
*.o -o ../libasl_dev.so.%{version} \
-lboost_thread-mt -lboost_signals -lboost_filesystem
-lboost_thread -lboost_signals -lboost_filesystem
#bjam link=static toolset=gcc variant=release documentation/examples
cd ../documentation
@ -139,8 +139,10 @@ ln -sf $sofile ${sofile%%.*.*.*}
%changelog
* Sat Jul 27 2013 pmachata@redhat.com - 1.0.43-17
* Sat Jul 27 2013 Petr Machata <pmachata@redhat.com> - 1.0.43-17
- Rebuild for boost 1.54.0
- Boost package doesn't use tagged sonames anymore, drop the -mt
suffix from linker command line.
* Fri May 24 2013 Petr Machata <pmachata@redhat.com> - 1.0.43-16
- Rebuild for TBB memory barrier bug