diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-27 21:57:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 21:57:49 +0300 |
| commit | 9923418f0f276782a90af4dba2db58e316d09f59 (patch) | |
| tree | 3c04ec9051129b00eceb2412b282ba4b540d8d3d | |
| parent | 73bac0e03684439e09dda42ad5d86eaab1949f17 (diff) | |
| parent | 4091f0ed55f343bde63da15987e1074d443ba656 (diff) | |
Merge pull request #14667 from FRRouting/mergify/bp/dev/9.1/pr-14664
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 3e7d9a90ec..e33cb76550 100644 --- a/isisd/subdir.am +++ b/isisd/subdir.am @@ -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 diff --git a/staticd/subdir.am b/staticd/subdir.am index 022428281f..07ebe3c02c 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-bfdd.yang.c \ |
