
18 Jan
2016
18 Jan
'16
2:48 p.m.
On Mon, Jan 18, 2016 at 03:43:16PM +0100, Jiri Denemark wrote:
The setup.py script reads cflags and ldflags from pkg-config and uses them when compiling/linking C modules. Since both cflags and ldflags may include multiple compiler arguments we need to split them rather than concatenating them into a single argument.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 2: - fix all modules
I'm surprised it ever worked.
Me too, ACK. Pavel