diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-01-16 10:40:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 10:40:37 -0500 |
| commit | 8bce49ae1f7c9b5053ebb7711a297917634b40a2 (patch) | |
| tree | 862c6eaf4a58ec368d96f63764a01200b5fc27bd | |
| parent | 84439461b5a7f05d3c4e8f9ae8d9f4c319bf30b9 (diff) | |
| parent | 687511425dc044f4ad2a31df142e52fb4f8b1046 (diff) | |
Merge pull request #15142 from FRRouting/mergify/bp/stable/8.3/pr-14664stable/8.3
isisd: staticd: need to link directly against libyang (backport #14664)
| -rw-r--r-- | isisd/subdir.am | 2 | ||||
| -rw-r--r-- | staticd/subdir.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/isisd/subdir.am b/isisd/subdir.am index 3e5816c16b..1d330f66a4 100644 --- a/isisd/subdir.am +++ b/isisd/subdir.am @@ -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 diff --git a/staticd/subdir.am b/staticd/subdir.am index 62969a0a2a..42e66e4606 100644 --- a/staticd/subdir.am +++ b/staticd/subdir.am @@ -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 \ |
