[python-visual] Don't force -mt suffix on boost_thread

Petr Machata pmachata at fedoraproject.org
Sat Jul 27 20:56:12 UTC 2013


commit 90b3219e67ff52588614fefe7e98126aed4eacb4
Author: Petr Machata <pmachata at redhat.com>
Date:   Sat Jul 27 22:55:03 2013 +0200

    Don't force -mt suffix on boost_thread
    
    - Boost doesn't used tagged layout anymore and sonames are now sans
      the -mt.

 python-visual.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/python-visual.spec b/python-visual.spec
index a8a80be..a873241 100644
--- a/python-visual.spec
+++ b/python-visual.spec
@@ -92,8 +92,6 @@ sed -i 's/\r//' \
 # make the build more verbose, with deleting all redirections to log file
 sed -i 's/2\?>> \?\$(LOGFILE).*//' src/Makefile.in
 
-sed -i 's/boost_thread/boost_thread-mt/g' src/Makefile.in
-
 %if 0%{?with_python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
@@ -188,8 +186,9 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Sat Jul 27 2013 pmachata at redhat.com - 5.74-5
+* Sat Jul 27 2013 Petr Machata <pmachata at redhat.com> - 5.74-5
 - Rebuild for boost 1.54.0
+- Drop Boost -mt magic, it's not necessary anymore
 
 * Thu May  2 2013 Thomas Spura <tomspur at fedoraproject.org> - 5.74-4
 - gtkglextmm-devel is a Requirement  for #580984


More information about the scm-commits mailing list