]> git.puffer.fish Git - mirror/frr.git/commitdiff
isisd: staticd: need to link directly against libyang 14668/head
authorChristian Hopps <chopps@labn.net>
Fri, 27 Oct 2023 02:51:08 +0000 (22:51 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 27 Oct 2023 09:57:06 +0000 (09:57 +0000)
Signed-off-by: Christian Hopps <chopps@labn.net>
(cherry picked from commit 81d1d399521bb18f3fdd5353c9d58c4b3988f225)

isisd/subdir.am
staticd/subdir.am

index 6bd2477b198b2363d5e0ba32a37e8728d18f66ca..07af993fa4a764ce8b11228ce87a6db68526811e 100644 (file)
@@ -96,7 +96,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
 
index 022428281f60dbe5fc884fcbbb4e4279cdf41427..07ebe3c02c27ecb9cf7f25840e61bd2e9db02c4d 100644 (file)
@@ -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 \