Remove leftover .la files
The rpm included /usr/lib64/libctf-nobfd.la and /usr/lib64/libctf.la via the libctf* wildcard in %files.
This commit is contained in:
parent
92a1236ab3
commit
47508dc848
@ -740,6 +740,7 @@ rm -f %{buildroot}%{_libdir}/lib{bfd,opcodes}.so
|
|||||||
|
|
||||||
# Remove libtool files, which reference the .so libs
|
# Remove libtool files, which reference the .so libs
|
||||||
rm -f %{buildroot}%{_libdir}/lib{bfd,opcodes}.la
|
rm -f %{buildroot}%{_libdir}/lib{bfd,opcodes}.la
|
||||||
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
# Fix multilib conflicts of generated values by __WORDSIZE-based expressions.
|
# Fix multilib conflicts of generated values by __WORDSIZE-based expressions.
|
||||||
%ifarch %{ix86} x86_64 ppc %{power64} s390 s390x sh3 sh4 sparc sparc64 arm
|
%ifarch %{ix86} x86_64 ppc %{power64} s390 s390x sh3 sh4 sparc sparc64 arm
|
||||||
|
Loading…
Reference in New Issue
Block a user