rebuild w/ modern linker (mold), this time for real
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
2376542df8
commit
1885ca106c
@ -5,7 +5,7 @@
|
||||
|
||||
Name: libntirpc
|
||||
Version: 4.0
|
||||
Release: 3%{?dev:%{dev}}%{?dist}
|
||||
Release: 4%{?dev:%{dev}}%{?dist}
|
||||
Summary: New Transport Independent RPC Library
|
||||
License: BSD
|
||||
Url: https://github.com/nfs-ganesha/ntirpc
|
||||
@ -54,6 +54,9 @@ Development headers and auxiliary files for developing with %{name}.
|
||||
-DCMAKE_COLOR_MAKEFILE:BOOL=OFF \
|
||||
-DTIRPC_EPOLL=1 \
|
||||
-DUSE_GSS=ON \
|
||||
%ifarch x86_64 aarch64
|
||||
-DCMAKE_LINKER=%{_bindir}/ld.mold \
|
||||
%endif
|
||||
"-GUnix Makefiles"
|
||||
|
||||
export GCC_COLORS=
|
||||
@ -80,6 +83,9 @@ ln -s %{name}.so.%{version} %{buildroot}%{_libdir}/%{name}.so.4
|
||||
%{_libdir}/pkgconfig/libntirpc.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jan 26 2022 Kaleb S. KEITHLEY <kkeithle at redhat.com> 4.0-4
|
||||
- rebuild w/ modern linker (mold), this time for real
|
||||
|
||||
* Wed Jan 26 2022 Kaleb S. KEITHLEY <kkeithle at redhat.com> 4.0-3
|
||||
- rebuild w/ modern linker (mold)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user