Use builtin zlib library (system version has conflicts)

This commit is contained in:
Nick Clifton 2024-01-03 17:40:13 +00:00
parent 3b7f3a5c52
commit 05f5ab6f6f

View File

@ -102,9 +102,8 @@ URL: https://sourceware.org/binutils
%bcond_without debuginfod %bcond_without debuginfod
# Default: build binutils-gprofng package. # Default: build binutils-gprofng package.
%bcond_without gprofng %bcond_without gprofng
# Use the system supplied version of the zlib compress library. # Default: Do not use the system supplied version of the zlib compress library.
# Change this to use the binutils builtin version instead. %bcond_with systemzlib
%bcond_without systemzlib
# Allow the user to override the compiler used to build the binutils. # Allow the user to override the compiler used to build the binutils.
# The default build compiler is gcc if %%toolchain is not clang. # The default build compiler is gcc if %%toolchain is not clang.