[rcssserver] Fix: Rebuild for Boost 1.50, don't try to use filesystem v2

Hedayat Vatankhah hedayat at fedoraproject.org
Tue Aug 21 18:00:41 UTC 2012


commit bb09678d8dd221d03cdae88cae6e7cfe7fbb91fe
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Tue Aug 21 22:28:45 2012 +0430

    Fix: Rebuild for Boost 1.50, don't try to use filesystem v2

 rcssserver.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rcssserver.spec b/rcssserver.spec
index 172305e..a14d7c3 100644
--- a/rcssserver.spec
+++ b/rcssserver.spec
@@ -59,7 +59,7 @@ sed -i.rpath -e '/sys_lib_search_path_spec/s| /usr/lib| /lib64 /usr/lib64 /usr/l
 %configure
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 #%{?_smp_mflags} doesn't work
-make CPPFLAGS="-DBOOST_FILESYSTEM_VERSION=2"
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot} INSTALL="install -p"


More information about the scm-commits mailing list