mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '3445-update-libdns_la_libadd-instead-of-libdns_la_ldflags' into 'main'
Resolve "Update libdns_la_LIBADD instead of libdns_la_LDFLAGS" Closes #3445 See merge request isc-projects/bind9!6553
This commit is contained in:
commit
e28492dc04
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