]> git.puffer.fish Git - mirror/frr.git/commitdiff
isisd: staticd: need to link directly against libyang 15140/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, 12 Jan 2024 16:11:12 +0000 (16:11 +0000)
Signed-off-by: Christian Hopps <chopps@labn.net>
(cherry picked from commit 81d1d399521bb18f3fdd5353c9d58c4b3988f225)

isisd/subdir.am
staticd/subdir.am

index dabf6a925ea0551ae3bf22794154d5ead3a2796c..10f9f5b96422f834f0eaf580380568b459c77401 100644 (file)
@@ -92,7 +92,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 \