SHA256
1
0
forked from pool/neovim

Accepting request 810727 from editors

- Enable -fcommon in order to fix gh#neovim/neovim#12423.

OBS-URL: https://build.opensuse.org/request/show/810727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2020-06-02 12:42:06 +00:00 committed by Git OBS Bridge
commit acdb4e1993
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 2 07:31:15 UTC 2020 - Martin Liška <mliska@suse.cz>
- Enable -fcommon in order to fix gh#neovim/neovim#12423.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 19 16:42:50 UTC 2020 - Matej Cepl <mcepl@suse.com> Tue May 19 16:42:50 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -111,8 +111,8 @@ HOSTNAME=OBS
USERNAME=OBS USERNAME=OBS
mkdir -p build mkdir -p build
pushd build pushd build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags} -fcommon"
export CXXFLAGS="%{optflags}" export CXXFLAGS="%{optflags} -fcommon"
%{__cmake} .. -DCMAKE_BUILD_TYPE=RelWithDebInfo \ %{__cmake} .. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
%ifarch aarch64 ppc64 %ifarch aarch64 ppc64
-DPREFER_LUA=ON \ -DPREFER_LUA=ON \