diff --git a/service-mgmt/sm-common-1.0.0/src/Makefile b/service-mgmt/sm-common-1.0.0/src/Makefile index c0f22de3..6298dc65 100644 --- a/service-mgmt/sm-common-1.0.0/src/Makefile +++ b/service-mgmt/sm-common-1.0.0/src/Makefile @@ -44,7 +44,7 @@ libsm_common.so.$(VER_MJR): libsm_common.so.$(VER) ln -sf $^ $@ libsm_common.so.$(VER): ${OBJS} - $(CXX) ${LDFLAGS} $(LDLIBS) -Wl,-soname,libsm_common.so.$(VER_MJR) -o $@ $^ + $(CXX) ${LDFLAGS} -Wl,--start-group $(LDLIBS) -Wl,-soname,libsm_common.so.$(VER_MJR) -o $@ $^ libsm_watchdog_nfs.so: libsm_watchdog_nfs.so.$(VER_MJR) ln -sf $^ $@