SHA256
2
0

Accepting request 357093 from devel:libraries:c_c++

- Force -std=gnu++98 for C++ testcases. (forwarded request 357091 from rguenther)

OBS-URL: https://build.opensuse.org/request/show/357093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gc?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2016-02-16 08:26:51 +00:00 committed by Git OBS Bridge
commit cc899c3f08
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 1 10:03:41 UTC 2016 - rguenther@suse.com
- Force -std=gnu++98 for C++ testcases.
-------------------------------------------------------------------
Thu Mar 5 09:42:40 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -83,6 +83,7 @@ autoreconf -fi
# see bugzilla.redhat.com/689877
CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++98"; export CXXFLAGS
%configure --disable-static \
--with-pic \