import llvm-12.0.1-2.module+el8.5.0+12488+254d2a07
This commit is contained in:
parent
b26b6ee1f0
commit
8d9e7ef78e
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -211,6 +211,8 @@ cd %{_vpath_builddir}
|
|||||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Need to explicitly call set_build_flags if we want to update LDFLAGS
|
||||||
|
%set_build_flags
|
||||||
export LDFLAGS="${LDFLAGS} -Wl,--build-id=md5"
|
export LDFLAGS="${LDFLAGS} -Wl,--build-id=md5"
|
||||||
|
|
||||||
# force off shared libs as cmake macros turns it on.
|
# force off shared libs as cmake macros turns it on.
|
||||||
@ -513,6 +515,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 02 2021 sguelton@redhat.com - 12.0.1-2
|
||||||
|
- Correctly set ldflags
|
||||||
|
|
||||||
* Fri Jul 16 2021 sguelton@redhat.com - 12.0.1-1
|
* Fri Jul 16 2021 sguelton@redhat.com - 12.0.1-1
|
||||||
- 12.0.1 release
|
- 12.0.1 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user