Skip to content

Commit

Permalink
isisd: staticd: need to link directly against libyang
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hopps <[email protected]>
(cherry picked from commit 81d1d39)
  • Loading branch information
choppsv1 authored and mergify[bot] committed Jan 12, 2024
1 parent 921a174 commit 188f04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isisd/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ISIS_SOURCES = \
isisd/isis_pfpacket.c \
# end

ISIS_LDADD_COMMON = lib/libfrr.la $(LIBCAP)
ISIS_LDADD_COMMON = lib/libfrr.la $(LIBCAP) $(LIBYANG_LIBS)

# Building isisd

Expand Down
2 changes: 1 addition & 1 deletion staticd/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clippy_scan += \
# end

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 = \
yang/frr-bfdd.yang.c \
Expand Down

0 comments on commit 188f04e

Please sign in to comment.