[xsd] use boost_filesystem version 2

tomspur tomspur at fedoraproject.org
Sun Feb 6 17:50:37 UTC 2011


commit aded2b52d2212ecf24acc3f1f4e242aef3aeeb3c
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Sun Feb 6 18:50:07 2011 +0100

    use boost_filesystem version 2

 xsd.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xsd.spec b/xsd.spec
index 6ab29ce..da7f758 100644
--- a/xsd.spec
+++ b/xsd.spec
@@ -58,7 +58,7 @@ popd
 %if 0%{?el5}
 make verbose=1 CXXFLAGS="$RPM_OPT_FLAGS -g1" BOOST_LINK_SYSTEM=n
 %else
-make verbose=1 CXXFLAGS="$RPM_OPT_FLAGS"
+make verbose=1 CXXFLAGS="$RPM_OPT_FLAGS -DBOOST_FILESYSTEM_VERSION=2"
 %endif
 
 
@@ -124,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Sun Feb 06 2011 Thomas Spura <tomspur at fedoraproject.org> - 3.3.0-3
-- rebuild for new boost
+- rebuild for new boost (thanks Petr Machata for the fix)
 
 * Mon Aug 02 2010 Antti Andreimann <Antti.Andreimann at mail.ee> 3.3.0-2
 - Rebuild for new boost


More information about the scm-commits mailing list