From f8396d5e8ec8bd018732ff7edfcadd302c2cefb5 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 20 七月 2020 17:52:36 +0800
Subject: [PATCH] update

---
 queue/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/queue/Makefile b/queue/Makefile
index c227d52..14b1e08 100644
--- a/queue/Makefile
+++ b/queue/Makefile
@@ -2,9 +2,9 @@
 # Makefile for common library.
 #
 ROOT=..
-LDLIBS+=-Wl,-rpath=$(ROOT)/lib
+#LDLIBS+=-Wl,-rpath=$(ROOT)/lib
 # 寮�婧愬伐鍏峰寘璺緞
-LDDIR += -L$(ROOT)/lib
+#LDDIR += -L$(ROOT)/lib
 
 # 寮�婧愬伐鍏峰寘
 LDLIBS += -lusgcommon
@@ -39,7 +39,7 @@
 	$(RANLIB) $@
 
 #dynamic lib
-$(DLIBSQUEUE): $(SOURCES) $(ROOT)/lib/libusgcommon.so
+$(DLIBSQUEUE): $(SOURCES)
 	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