Skip to content

Commit

Permalink
isisd, staticd, bfdd, ripd, ripngd: need to link directly against lib…
Browse files Browse the repository at this point in the history
…yang

Signed-off-by: Igor Ryzhov <[email protected]>
  • Loading branch information
idryzhov committed Jan 12, 2024
1 parent 6dc2942 commit 83dbc09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bfdd/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ nodist_bfdd_bfdd_SOURCES = \
# end

bfdd_bfdd_SOURCES = bfdd/bfdd.c
bfdd_bfdd_LDADD = bfdd/libbfd.a lib/libfrr.la
bfdd_bfdd_LDADD = bfdd/libbfd.a lib/libfrr.la $(LIBYANG_LIBS)
2 changes: 1 addition & 1 deletion isisd/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 ripd/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ noinst_HEADERS += \
ripd/ripd.h \
# end

ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la $(LIBCAP)
ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la $(LIBCAP) $(LIBYANG_LIBS)
ripd_ripd_SOURCES = \
ripd/rip_main.c \
# end
Expand Down
2 changes: 1 addition & 1 deletion ripngd/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ noinst_HEADERS += \
ripngd/ripngd.h \
# end

ripngd_ripngd_LDADD = ripngd/libripng.a lib/libfrr.la $(LIBCAP)
ripngd_ripngd_LDADD = ripngd/libripng.a lib/libfrr.la $(LIBCAP) $(LIBYANG_LIBS)
ripngd_ripngd_SOURCES = \
ripngd/ripng_main.c \
# end
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-staticd.yang.c \
Expand Down

0 comments on commit 83dbc09

Please sign in to comment.