gdb: Fix building on FreeBSD 11.0

Add FreeBSD upstream patches to build on FreeBSD 11.0. See
https://sourceware.org/bugzilla/show_bug.cgi?id=21206.
This commit is contained in:
Chris Johns 2017-03-08 08:40:56 +11:00
parent 4c5eb89694
commit c6d162b78a

View File

@ -19,8 +19,10 @@
# FreeBSD specific fixes (still OK from 7.11)
#
%if %{_build_os} == freebsd
%patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
%hash md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
%patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h?revision=428876&view=co
%hash sha256 patch-gdb-gnulib-import-stddef.in.h da35940004c6fa8d113013c1019e0a3b8267d1d5e1d79b2c78becb055cd261f3
%patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-python-python-config.py?revision=384978&view=co
%hash sha256 patch-gdb-python-python-config.py 1c5d1362828c9b343e4a48a0cc1f63775726fbe8c9ead6078dec76442c0221ea
%endif
#