build: Divide mit-krb5-gssapi link flags between LDFLAGS and LIBS
authorSimon McVittie <smcv@collabora.com>
Tue, 22 Nov 2022 20:43:41 +0000 (20:43 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 24 Jan 2025 04:39:00 +0000 (04:39 +0000)
commit4afd6133cdfdb0d2b8756b36ce041f5fcecd56b4
tree9b86801cb66d59a1f857843d35c30e61b6abc470
parentf6f029c2e37ea7ae543eb5fa7b207dd00db86a76
build: Divide mit-krb5-gssapi link flags between LDFLAGS and LIBS

From the comments nearby about not having --libs-only-L, it looks as
though the intention was to apply a split like this to all dependency
libraries where possible, and the only reason it was not done for
Kerberos is that krb5-config doesn't have that feature and pkg-config
was originally not supported here. For example, zlib, libssh and librtmp
all have their flags from pkg-config split in this way.

Now that pkg-config is supported here, we can do the intended split.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Gbp-Pq: Name build-Divide-mit-krb5-gssapi-link-flags-between-LDFLAGS-a.patch
configure.ac