build: Move MD_LIBS from LDFLAGS to LDADD for libdpkg
commitebb442a46a490da4d81e272c3c5e8565b63e36a7
authorGuillem Jover <guillem@debian.org>
Sun, 28 Jan 2024 22:12:26 +0000 (28 23:12 +0100)
committerGuillem Jover <guillem@debian.org>
Mon, 5 Feb 2024 03:23:21 +0000 (5 04:23 +0100)
treeac3a9cc4d7ec7689e8bfbef938af2a73d882340c
parent50f46e6bed37bf82cd1485c189e62849c1f85ff4
build: Move MD_LIBS from LDFLAGS to LDADD for libdpkg

The correct place to add the library link flags is LDADD, not LDFLAGS.
lib/dpkg/Makefile.am