forked from pool/xalan-c
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
f158b0e788 | |||
a94673708d |
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user