Rebuild libopcodes.a with -fPIC.
This commit is contained in:
parent
408e5810e0
commit
08625d2c91
@ -17,7 +17,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.21.53.0.2
|
Version: 2.21.53.0.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -241,9 +241,14 @@ make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty
|
|||||||
make -C bfd clean
|
make -C bfd clean
|
||||||
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS -fvisibility=hidden" -C bfd
|
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS -fvisibility=hidden" -C bfd
|
||||||
|
|
||||||
|
# Rebuild libopcodes.a with -fPIC.
|
||||||
|
make -C opcodes clean
|
||||||
|
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C opcodes
|
||||||
|
|
||||||
install -m 644 bfd/libbfd.a %{buildroot}%{_libdir}
|
install -m 644 bfd/libbfd.a %{buildroot}%{_libdir}
|
||||||
install -m 644 libiberty/libiberty.a %{buildroot}%{_libdir}
|
install -m 644 libiberty/libiberty.a %{buildroot}%{_libdir}
|
||||||
install -m 644 include/libiberty.h %{buildroot}%{_prefix}/include
|
install -m 644 include/libiberty.h %{buildroot}%{_prefix}/include
|
||||||
|
install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir}
|
||||||
# Remove Windows/Novell only man pages
|
# Remove Windows/Novell only man pages
|
||||||
rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres}*
|
rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres}*
|
||||||
|
|
||||||
@ -418,6 +423,9 @@ exit 0
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 30 2011 Ricky Zhou <ricky@fedoraproject.org> - 2.21.53.0.2-2
|
||||||
|
- Rebuild libopcodes.a with -fPIC.
|
||||||
|
|
||||||
* Tue Aug 08 2011 Nick Clifton <nickc@redhat.com> - 2.21.53.0.2-1
|
* Tue Aug 08 2011 Nick Clifton <nickc@redhat.com> - 2.21.53.0.2-1
|
||||||
- Rebase on 2.21.53.0.2 tarball. Delete unneeded patches. (BZ 728677)
|
- Rebase on 2.21.53.0.2 tarball. Delete unneeded patches. (BZ 728677)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user