SHA256
1
0
forked from pool/neovim

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

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=74
This commit is contained in:
Martin Liška 2020-06-02 07:34:44 +00:00 committed by Git OBS Bridge
parent c90bf7d30d
commit 069f728965
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>

View File

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