From: | gregoa [...] cpan.org |
Subject: | [PATCH] Ensure word separation in linker arguments with pkg-config >= 0.29 |
In Debian we are currently applying the following patch to Pango.
We thought you might be interested in it too.
From 6bdc1e830eb1bb48209a22510425f9b0d88592ae Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Sat, 21 Nov 2015 10:38:52 +0200
Subject: [PATCH] Ensure word separation in linker arguments with pkg-config >=
0.29
Since pkg-config 0.29,
http://cgit.freedesktop.org/pkg-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a
the cflags and libs no longer have a trailing space, resulting
in bogus linker arguments like -lglib-2.0-lpangocairo-1.0.
The 'cflags' strings are already joined with whitespace earlier
so only the 'libs' need fixing.
Bug-Debian: https://bugs.debian.org/805403
The patch is tracked in our Git repository at
https://anonscm.debian.org/cgit/pkg-perl/packages/libpango-perl.git/plain/debian/patches/0001-Ensure-word-separation-in-linker-arguments-with-pkg-.patch
Thanks for considering,
gregor herrmann,
Debian Perl Group