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:
parent
dd91417892
commit
991c945afe
@ -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
|
Sat Feb 6 09:04:44 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ A suite of tools for thin provisioning on Linux.
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--bindir=%{_sbindir} \
|
--bindir=%{_sbindir} \
|
||||||
--with-optimisation="%{optflags}"
|
--with-optimisation="%{optflags} -std=gnu++98"
|
||||||
# In generated Makefile V=@ is used, in order to achieve verbose build ve
|
# In generated Makefile V=@ is used, in order to achieve verbose build ve
|
||||||
# must override it as V=""
|
# must override it as V=""
|
||||||
make %{?_smp_mflags} V=""
|
make %{?_smp_mflags} V=""
|
||||||
|
Loading…
Reference in New Issue
Block a user