mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-08 18:55:35 +00:00
Merge pull request #14667 from FRRouting/mergify/bp/dev/9.1/pr-14664
isisd: staticd: need to link directly against libyang (backport #14664)
This commit is contained in:
commit
9923418f0f
@ -98,7 +98,7 @@ ISIS_SOURCES = \
|
|||||||
isisd/isis_pfpacket.c \
|
isisd/isis_pfpacket.c \
|
||||||
# end
|
# end
|
||||||
|
|
||||||
ISIS_LDADD_COMMON = lib/libfrr.la $(LIBCAP)
|
ISIS_LDADD_COMMON = lib/libfrr.la $(LIBCAP) $(LIBYANG_LIBS)
|
||||||
|
|
||||||
# Building isisd
|
# Building isisd
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ clippy_scan += \
|
|||||||
# end
|
# end
|
||||||
|
|
||||||
staticd_staticd_SOURCES = staticd/static_main.c
|
staticd_staticd_SOURCES = staticd/static_main.c
|
||||||
staticd_staticd_LDADD = staticd/libstatic.a lib/libfrr.la $(LIBCAP)
|
staticd_staticd_LDADD = staticd/libstatic.a lib/libfrr.la $(LIBCAP) $(LIBYANG_LIBS)
|
||||||
|
|
||||||
nodist_staticd_staticd_SOURCES = \
|
nodist_staticd_staticd_SOURCES = \
|
||||||
yang/frr-bfdd.yang.c \
|
yang/frr-bfdd.yang.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user