[swift] use boost filesystem version 2

tomspur tomspur at fedoraproject.org
Sun Feb 6 23:33:06 UTC 2011


commit 861cd4654168cb77b5e8796e8e6b9c15b99cf124
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Mon Feb 7 00:32:43 2011 +0100

    use boost filesystem version 2

 swift.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/swift.spec b/swift.spec
index 517ff20..380235d 100644
--- a/swift.spec
+++ b/swift.spec
@@ -52,7 +52,7 @@ rm 3rdParty/hippomocks.h
 echo 'qt="/usr"' > config.py
 echo 'linkflags="-lpthread -lX11 -lQtDBus"' >> config.py
 # ccflags have to be a list, not string
-echo 'ccflags="%{optflags}".split(" ")' >> config.py
+echo 'ccflags="%{optflags} -DBOOST_FILESYSTEM_VERSION=2".split(" ")' >> config.py
 
 %build
 scons V=1


More information about the scm-commits mailing list