mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:22:04 -04:00
Update libdns_la_LIBADD rather than libdns_la_LDFLAGS
the wrong macro was being update with MAXMINDDB_LIBS making it difficult to adjust link order.
This commit is contained in:
parent
47bf1e95ad
commit
5b51610174
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ endif
|
|||
if HAVE_GEOIP2
|
||||
libdns_la_CPPFLAGS += \
|
||||
$(MAXMINDDB_CFLAGS)
|
||||
libdns_la_LDFLAGS += \
|
||||
libdns_la_LIBADD += \
|
||||
$(MAXMINDDB_LIBS)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue