[rcssmonitor] Don't request Boost -mt libraries, which are not shipped anymore

Petr Machata pmachata at fedoraproject.org
Sat Jul 27 22:03:15 UTC 2013


commit a42b9fa3599841d40540477a7cdc86a14466a831
Author: Petr Machata <pmachata at redhat.com>
Date:   Sun Jul 28 00:02:25 2013 +0200

    Don't request Boost -mt libraries, which are not shipped anymore

 rcssmonitor.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rcssmonitor.spec b/rcssmonitor.spec
index bcec8fb..f7844c1 100644
--- a/rcssmonitor.spec
+++ b/rcssmonitor.spec
@@ -36,7 +36,8 @@ sed -i.nostatic \
 autoreconf -if
 
 %build
-%configure --with-boost-program-options=mt --with-qt4-moc=%{_bindir}/moc-qt4
+%configure --with-boost-program-options=boost_program_options	\
+	--with-qt4-moc=%{_bindir}/moc-qt4
 make %{?_smp_mflags} 
 
 %install
@@ -60,8 +61,10 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*
 
 %changelog
-* Sat Jul 27 2013 pmachata at redhat.com - 15.0.0-10
+* Sat Jul 27 2013 Petr Machata <pmachata at redhat.com> - 15.0.0-10
 - Rebuild for boost 1.54.0
+- Change configure invocation to avoid Boost -mt libraries, which are
+  not shipped anymore.
 
 * Wed May 01 2013 Jon Ciesla <limburgher at gmail.com> - 15.0.0-9
 - Drop desktop vendor tag.


More information about the scm-commits mailing list