forked from pool/mono-core
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
7d628433c2 | |||
|
e075273415 |
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user