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:
commit
9ea3e683ce
@ -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>
|
Thu Apr 2 15:41:48 UTC 2020 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
@ -109,6 +109,8 @@ This package provides the GObject Introspection bindings for Nemo.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%{optflags} -fcommon"
|
||||||
|
export CXXFLAGS="%{optflags} -fcommon"
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
cat > bin/g-ir-scanner << EOF
|
cat > bin/g-ir-scanner << EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user