SHA256
8
0
forked from pool/boost

Accepting request 287338 from home:rguenther:branches:devel:libraries:c_c++

- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset.
  Be more verbose and fail building with the first error.
- Add boost-gcc5.patch to use -std=c++11 when building the coroutines
  module which fixes build with GCC 5.

OBS-URL: https://build.opensuse.org/request/show/287338
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=140
This commit is contained in:
2015-02-23 15:30:07 +00:00
committed by Git OBS Bridge
parent 277ec6feb6
commit d0ce9979f9
3 changed files with 34 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 23 13:22:31 UTC 2015 - rguenther@suse.com
- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset.
Be more verbose and fail building with the first error.
- Add boost-gcc5.patch to use -std=c++11 when building the coroutines
module which fixes build with GCC 5.
-------------------------------------------------------------------
Fri Dec 5 07:44:38 UTC 2014 - dimstar@opensuse.org