[adobe-source-libraries] Ditch -mt suffix from a boost DSO

Petr Machata pmachata at fedoraproject.org
Sat Jul 27 19:03:44 UTC 2013


commit 5a1485ceba65717c91dfbb84d6ec628625f90640
Author: Petr Machata <pmachata at redhat.com>
Date:   Sat Jul 27 21:03:07 2013 +0200

    Ditch -mt suffix from a boost DSO

 adobe-source-libraries.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/adobe-source-libraries.spec b/adobe-source-libraries.spec
index b1aeafb..4009168 100644
--- a/adobe-source-libraries.spec
+++ b/adobe-source-libraries.spec
@@ -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 at redhat.com - 1.0.43-17
+* Sat Jul 27 2013 Petr Machata <pmachata at 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 at redhat.com>         - 1.0.43-16
 - Rebuild for TBB memory barrier bug


More information about the scm-commits mailing list