SHA256
1
0
forked from pool/mono-core

2 Commits

2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 7 09:05:50 UTC 2025 - Simon Lees <sflees@suse.de>
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
minimum version warnings
-------------------------------------------------------------------
Thu May 30 20:18:08 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>

View File

@@ -214,6 +214,9 @@ technologies that have been submitted to the ECMA for standardization.
%patch -P 23 -p1
%build
# Remove cmake4 error due to not setting
# min cmake version - sflees.de
export CMAKE_POLICY_VERSION_MINIMUM=3.5
%define _lto_cflags %{nil}
# autogen.sh seems broken: it is not processing libgs subdirectory leaving old stuff there untouched.
# so, remove gnu-build-system files manually