]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update libdns_la_LIBADD rather than libdns_la_LDFLAGS
authorMark Andrews <marka@isc.org>
Mon, 20 Dec 2021 09:23:17 +0000 (20:23 +1100)
committerMark Andrews <marka@isc.org>
Wed, 13 Jul 2022 00:14:13 +0000 (00:14 +0000)
the wrong macro was being update with MAXMINDDB_LIBS making
it difficult to adjust link order.

lib/dns/Makefile.am

index 35602b225978bf8a5a91d91115903ebd3d6066c5..1f675070b6faf7b54a22b9d7d1061e46a76df3b0 100644 (file)
@@ -298,7 +298,7 @@ endif
 if HAVE_GEOIP2
 libdns_la_CPPFLAGS +=          \
        $(MAXMINDDB_CFLAGS)
-libdns_la_LDFLAGS +=           \
+libdns_la_LIBADD +=            \
        $(MAXMINDDB_LIBS)
 endif