Advisories ยป MGAA-2018-0036

Updated python3 packages fix whitespace in ldflags output

Publication date: 26 Feb 2018
Modification date: 26 Feb 2018
Type: bugfix
Affected Mageia releases : 6

Description

Added a patch to fix a whitespace in the command "python3-config --ldflags" that 
could result in a cmake error CMP0004.

Old behavior:
$ python3-config --ldflags
" -L/usr/lib64 -lpython3.5m -lpthread -ldl  -lutil -lm  -Xlinker -export-dynamic"

New behavior:
$ python3-config --ldflags
"-L/usr/lib64 -lpython3.5m -lpthread -ldl  -lutil -lm  -Xlinker -export-dynamic"
                

References

SRPMS

6/core