From 75b415ef7e3a3979f408a3bbbbae443ef29020ab Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Tue, 29 Jul 2025 18:11:33 -0700 Subject: [PATCH] Remove -mtls-dialect cflag Signed-off-by: Tom Rix --- rocjpeg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rocjpeg.spec b/rocjpeg.spec index c667599..0801df0 100644 --- a/rocjpeg.spec +++ b/rocjpeg.spec @@ -12,7 +12,7 @@ %global toolchain rocm # hipcc does not support some clang flags -%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/') +%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/' -e 's/-mtls-dialect=gnu2//') # Requires actual HW, so disabled by default. # Testing is not well behaved. @@ -38,7 +38,7 @@ Name: %{rocjpeg_name} Version: %{rocm_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A high-performance jpeg decode library for AMD’s GPUs Url: https://github.com/ROCm/rocJPEG @@ -174,6 +174,9 @@ fi %{_datadir}/rocjpeg %changelog +* Tue Jul 29 2025 Tom Rix - 6.4.0-5 +- Remove -mtls-dialect cflag + * Fri Jul 25 2025 Fedora Release Engineering - 6.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild