Skip to content

Commit

Permalink
Merge pull request #14664 from LabNConsulting/chopps/ly2-ld-fix
Browse files Browse the repository at this point in the history
isisd: staticd: need to link directly against libyang
  • Loading branch information
ton31337 authored Oct 27, 2023
2 parents a709218 + 81d1d39 commit 2f6fd43
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 @@ -98,7 +98,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 2f6fd43

Please sign in to comment.