SHA256
1
0
forked from pool/assimp

Accepting request 976440 from games

- Don't use -Werror to prevent build issues with GCC 12

OBS-URL: https://build.opensuse.org/request/show/976440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2022-05-12 21:00:18 +00:00 committed by Git OBS Bridge
commit 851372c8f9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 11 15:37:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Don't use -Werror to prevent build issues with GCC 12
-------------------------------------------------------------------
Sun Mar 20 07:34:20 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -71,6 +71,9 @@ engine-specific format for easy and fast every-day-loading.
%prep
%autosetup -p1
# Breaks the build with gcc12 (gh#assimp/assimp#4433)
sed -i '/Werror/d' code/CMakeLists.txt
%build
%cmake