- Add -DBOOST_FILESYSTEM_VERSION=2
This commit is contained in:
parent
7ddc456076
commit
46931fbb16
@ -132,6 +132,9 @@ rm -rf include/libtorrent/asio*
|
|||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -DBOOST_FILESYSTEM_VERSION=2"
|
||||||
|
export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-examples \
|
--enable-examples \
|
||||||
@ -208,6 +211,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 08 2011 Mamoru Tasaka <mtasaka@fedoraproject.org>
|
||||||
|
- Add -DBOOST_FILESYSTEM_VERSION=2
|
||||||
|
|
||||||
* Sun Feb 06 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.14.11-2
|
* Sun Feb 06 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.14.11-2
|
||||||
- rebuild for new boost
|
- rebuild for new boost
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user