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 \ --with-lzma \
%else %else
--without-lzma \ --without-lzma \
%endif \ %endif
--with-debuginfod --with-debuginfod \
%if 0%{?rhel:1}
--disable-libctf
%endif
" "
# Identify the build directory with the version of gdb as well as the # Identify the build directory with the version of gdb as well as the
@ -1195,6 +1198,9 @@ fi
%endif %endif
%changelog %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 * Thu Mar 11 2021 Kevin Buettner <kevinb@redhat.com> - 10.1-15
- Update libipt to version 2.0.4. - Update libipt to version 2.0.4.