URL: https://github.com/SSSD/sssd/pull/978 Author: panlinux Title: #978: Fix another build failure with python 3.8 Action: edited
Changed field: body Original value: """ The parsing of python3-config --ldflags would break if multiple -L path components were present. This change loops over these paths until it finds the correct one.
Fixes https://pagure.io/SSSD/sssd/issue/4147 """