Disable libctf on RHEL (RHBZ 1935517, Keith Seitz)

This commit is contained in:
Keith Seitz 2021-03-18 15:12:01 -07:00
parent 5e056f9db9
commit c7fa157806
1 changed files with 8 additions and 2 deletions

View File

@ -588,8 +588,11 @@ COMMON_GDB_CONFIGURE_FLAGS="\
--with-lzma \
%else
--without-lzma \
%endif \
--with-debuginfod
%endif
--with-debuginfod \
%if 0%{?rhel:1}
--disable-libctf
%endif
"
# Identify the build directory with the version of gdb as well as the
@ -1195,6 +1198,9 @@ fi
%endif
%changelog
* Thu Mar 18 2021 Keith Seitz <keiths@redhat.com>
- Disable libctf on RHEL (RHBZ 1935517).
* Thu Mar 11 2021 Kevin Buettner <kevinb@redhat.com> - 10.1-15
- Update libipt to version 2.0.4.