Updated python3 packages fix whitespace in ldflags output
Publication date: 26 Feb 2018Modification 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"
SRPMS
6/core
- python3-3.5.3-1.2.mga6