2 Commits

2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 9 14:25:11 UTC 2025 - Martin Jambor <mjambor@suse.com>
- Add -Wno-error=template-body to CXXFLAGS to allow building with
GCC 15. [boo#1246187]
-------------------------------------------------------------------
Mon Sep 28 21:07:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xalan-c
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -73,6 +73,7 @@ This package contains files needed for development with Xalanc
%setup -q -n xalan_c-%{version}
%build
export CXXFLAGS="%{optflags} -Wno-error=template-body"
%cmake
%cmake_build