SHA256
8
0
forked from pool/xalan-c

2 Commits

2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 25 12:23:26 UTC 2025 - ecsos <ecsos@opensuse.org>
- Fix build error under Leap. Package can not build with
-Wno-error=template-body
-------------------------------------------------------------------
Wed Jul 9 14:25:11 UTC 2025 - Martin Jambor <mjambor@suse.com>

View File

@@ -73,7 +73,9 @@ This package contains files needed for development with Xalanc
%setup -q -n xalan_c-%{version}
%build
%if 0%{?suse_version} > 1600
export CXXFLAGS="%{optflags} -Wno-error=template-body"
%endif
%cmake
%cmake_build