SHA256
1
0
forked from pool/nemo

Accepting request 813031 from X11:Cinnamon:Factory

- Enable -fcommon which is not default with GCC10.

OBS-URL: https://build.opensuse.org/request/show/813031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2020-06-09 22:53:43 +00:00 committed by Git OBS Bridge
commit 9ea3e683ce
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 9 19:26:00 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
- Enable -fcommon which is not default with GCC10.
-------------------------------------------------------------------
Thu Apr 2 15:41:48 UTC 2020 - Marguerite Su <i@marguerite.su>

View File

@ -109,6 +109,8 @@ This package provides the GObject Introspection bindings for Nemo.
%patch0 -p1
%build
export CFLAGS="%{optflags} -fcommon"
export CXXFLAGS="%{optflags} -fcommon"
%if 0%{?suse_version} < 1500
mkdir -p bin
cat > bin/g-ir-scanner << EOF