diff --git a/macros b/macros index 9bf2a0e..96f2f55 100644 --- a/macros +++ b/macros @@ -72,7 +72,7 @@ # When clang is used as a linker driver, it does not auto-detect the LTO # bytecode and neither does bfd, so we need to explicitly pass the -flto # flag when linking. -%_clang_extra_ldflags %{?_lto_cflags} -fno-openmp-implicit-rpath +%_clang_extra_ldflags %{?_lto_cflags} # Link editor flags. This is usually called LDFLAGS in makefiles. # (Some makefiles use LFLAGS instead.) The default value assumes that diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2639cb4..8f06e5c 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -4,7 +4,7 @@ # 2) When making changes, increment the version (in baserelease) by 1. # rpmdev-bumpspec and other tools update the macro below, which is used # in Version: to get the desired effect. -%global baserelease 255 +%global baserelease 256 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -254,6 +254,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Sat Jun 17 2023 Tom Stellard - 256-1 +- Remove -fno-openmp-implicit-rpath from clang ldflags + * Fri Jun 16 2023 Lumír Balhar - 255-1 - Add qt6-srpm-macros