mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 13:21:22 +00:00
Merge pull request #9404 from neirbowj/notcares
Scan lib/resolver.c only when c-ares is installed
This commit is contained in:
commit
40d9855588
@ -144,7 +144,6 @@ vtysh_scan += \
|
|||||||
lib/log_vty.c \
|
lib/log_vty.c \
|
||||||
lib/nexthop_group.c \
|
lib/nexthop_group.c \
|
||||||
lib/plist.c \
|
lib/plist.c \
|
||||||
lib/resolver.c \
|
|
||||||
lib/routemap.c \
|
lib/routemap.c \
|
||||||
lib/routemap_cli.c \
|
lib/routemap_cli.c \
|
||||||
lib/spf_backoff.c \
|
lib/spf_backoff.c \
|
||||||
@ -335,6 +334,7 @@ lib_libfrrsnmp_la_SOURCES = \
|
|||||||
if CARES
|
if CARES
|
||||||
lib_LTLIBRARIES += lib/libfrrcares.la
|
lib_LTLIBRARIES += lib/libfrrcares.la
|
||||||
pkginclude_HEADERS += lib/resolver.h
|
pkginclude_HEADERS += lib/resolver.h
|
||||||
|
vtysh_scan += lib/resolver.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lib_libfrrcares_la_CFLAGS = $(AM_CFLAGS) $(CARES_CFLAGS)
|
lib_libfrrcares_la_CFLAGS = $(AM_CFLAGS) $(CARES_CFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user