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 +++---
 queue/libshm_queue.so |    0 
 demo/pub_sub          |    0 
 demo/req_rep          |    0 
 test/communication    |    0 
 test2/pub_sub         |    0 
 test2/req_rep         |    0 
 7 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/demo/pub_sub b/demo/pub_sub
index f551385..0db5c9f 100755
--- a/demo/pub_sub
+++ b/demo/pub_sub
Binary files differ
diff --git a/demo/req_rep b/demo/req_rep
index 5542dfd..68dfe30 100755
--- a/demo/req_rep
+++ b/demo/req_rep
Binary files differ
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 
diff --git a/queue/libshm_queue.so b/queue/libshm_queue.so
index c41b743..4270d68 100755
--- a/queue/libshm_queue.so
+++ b/queue/libshm_queue.so
Binary files differ
diff --git a/test/communication b/test/communication
index 7f9e612..5fa1b7c 100755
--- a/test/communication
+++ b/test/communication
Binary files differ
diff --git a/test2/pub_sub b/test2/pub_sub
index f551385..a3fbccd 100755
--- a/test2/pub_sub
+++ b/test2/pub_sub
Binary files differ
diff --git a/test2/req_rep b/test2/req_rep
index 2aaaa26..3b2b4b0 100755
--- a/test2/req_rep
+++ b/test2/req_rep
Binary files differ

--
Gitblit v1.8.0