From 2ddbca513cc8bdec3d33563739722908e9d8a80d Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 20 七月 2020 17:27:42 +0800 Subject: [PATCH] add reference /lib/libusgcommon.so --- queue/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/queue/Makefile b/queue/Makefile index 94f15c8..c227d52 100644 --- a/queue/Makefile +++ b/queue/Makefile @@ -39,7 +39,7 @@ $(RANLIB) $@ #dynamic lib -$(DLIBSQUEUE): $(SOURCES) +$(DLIBSQUEUE): $(SOURCES) $(ROOT)/lib/libusgcommon.so rm -f *.o $(CC) -fPIC -shared $(CFLAGS) $(LDFLAGS) $^ -o $@ #$(CC) -fPIC -shared $(CFLAGS) $(LDFLAGS) -o $@ $^ -Wl,--whole-archive $(ROOT)/lib/libusgcommon.a -Wl,--no-whole-archive -- Gitblit v1.8.0