Dominique Leuenberger 2016-02-17 09:32:08 +00:00 committed by Git OBS Bridge
commit 21a511b73b
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=""