Accepting request 358844 from home:rguenther:branches:Base:System

- Explicitely build with -std=gnu++98 to avoid all sorts of
  non-C++11 conforming code.

OBS-URL: https://build.opensuse.org/request/show/358844
OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=12
This commit is contained in:
Martin Pluskal 2016-02-11 13:00:20 +00:00 committed by Git OBS Bridge
parent dd91417892
commit 991c945afe
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 11 11:21:15 UTC 2016 - rguenther@suse.com
- Explicitely build with -std=gnu++98 to avoid all sorts of
non-C++11 conforming code.
-------------------------------------------------------------------
Sat Feb 6 09:04:44 UTC 2016 - mpluskal@suse.com

View File

@ -45,7 +45,7 @@ A suite of tools for thin provisioning on Linux.
autoreconf -fiv
%configure \
--bindir=%{_sbindir} \
--with-optimisation="%{optflags}"
--with-optimisation="%{optflags} -std=gnu++98"
# In generated Makefile V=@ is used, in order to achieve verbose build ve
# must override it as V=""
make %{?_smp_mflags} V=""