mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
Merge branch '3445-update-libdns_la_libadd-instead-of-libdns_la_ldflags-v9_18' into 'v9_18'
Update libdns_la_LIBADD rather than libdns_la_LDFLAGS [v9_18] See merge request isc-projects/bind9!6557
This commit is contained in:
commit
f62e6d870d
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,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