X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fstx-ha%2Ffiles%2F0005-libsm_watchdog_nfs-add-missing-dependency-on-libsm_c.patch;fp=meta-stx%2Frecipes-core%2Fstx-ha%2Ffiles%2F0005-libsm_watchdog_nfs-add-missing-dependency-on-libsm_c.patch;h=e03617a508af19a58cb8a897967b8b67b8d3b3a8;hb=835d64bf2fab92d8504df06afcfa158ca2476192;hp=0000000000000000000000000000000000000000;hpb=c8957ae60f5c3f14bc912701a71be97e29d3ea46;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/stx-ha/files/0005-libsm_watchdog_nfs-add-missing-dependency-on-libsm_c.patch b/meta-stx/recipes-core/stx-ha/files/0005-libsm_watchdog_nfs-add-missing-dependency-on-libsm_c.patch new file mode 100644 index 0000000..e03617a --- /dev/null +++ b/meta-stx/recipes-core/stx-ha/files/0005-libsm_watchdog_nfs-add-missing-dependency-on-libsm_c.patch @@ -0,0 +1,26 @@ +From 0374eb585bc3e47e914c7f523f904923a447d2f7 Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Sat, 27 Jun 2020 10:26:58 +0800 +Subject: [PATCH] libsm_watchdog_nfs: add missing dependency on libsm_common.so + +Signed-off-by: Jackie Huang +--- + service-mgmt/sm-common/src/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/service-mgmt/sm-common/src/Makefile b/service-mgmt/sm-common/src/Makefile +index 7d138f9..487dfa0 100644 +--- a/service-mgmt/sm-common/src/Makefile ++++ b/service-mgmt/sm-common/src/Makefile +@@ -53,7 +53,7 @@ libsm_watchdog_nfs.so: libsm_watchdog_nfs.so.$(VER_MJR) + libsm_watchdog_nfs.so.$(VER_MJR): libsm_watchdog_nfs.so.$(VER) + ln -sf $^ $@ + +-libsm_watchdog_nfs.so.$(VER): libsm_common.so.$(VER) ++libsm_watchdog_nfs.so.$(VER): libsm_common.so.$(VER) libsm_common.so + $(CXX) $(INCLUDES) $(CCFLAGS) $(EXTRACCFLAGS) sm_watchdog_nfs.c ${LDFLAGS} $(LDLIBS) -L./ -lsm_common -Wl,-soname,libsm_watchdog_nfs.so.$(VER_MJR) -o $@ + + sm_watchdog: libsm_common.so +-- +2.7.4 +