You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by zh...@apache.org on 2022/02/14 05:58:51 UTC

[incubator-pegasus] branch master updated: fix(script): change the library version of poco (#911)

This is an automated email from the ASF dual-hosted git repository.

zhaoliwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 9265efc  fix(script): change the library version of poco (#911)
9265efc is described below

commit 9265efcb309b660b024bfd3cb744e8e4b94c35de
Author: Dan Wang <em...@126.com>
AuthorDate: Mon Feb 14 13:58:46 2022 +0800

    fix(script): change the library version of poco (#911)
---
 scripts/pack_server.sh | 2 +-
 scripts/pack_tools.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/pack_server.sh b/scripts/pack_server.sh
index d0b2f7b..0631bb3 100755
--- a/scripts/pack_server.sh
+++ b/scripts/pack_server.sh
@@ -101,7 +101,7 @@ copy_file ./DSN_ROOT/bin/pegasus_server/pegasus_server ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_meta_server.so ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_replica_server.so ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_utils.so ${pack}/bin
-copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.48 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.* ${pack}/bin
 copy_file ./rdsn/thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack}/bin
 copy_file ./rdsn/thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/bin
 copy_file ./rdsn/thirdparty/output/lib/libhdfs* ${pack}/bin
diff --git a/scripts/pack_tools.sh b/scripts/pack_tools.sh
index 0cfc2dd..3e74705 100755
--- a/scripts/pack_tools.sh
+++ b/scripts/pack_tools.sh
@@ -110,7 +110,7 @@ cp -v -r ./DSN_ROOT/bin/pegasus_pressureclient ${pack}/DSN_ROOT/bin/
 
 mkdir -p ${pack}/DSN_ROOT/lib
 copy_file ./DSN_ROOT/lib/*.so* ${pack}/DSN_ROOT/lib/
-copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.48 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.* ${pack}/DSN_ROOT/lib/
 copy_file ./rdsn/thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack}/DSN_ROOT/lib/
 copy_file ./rdsn/thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/DSN_ROOT/lib/
 copy_file ./rdsn/thirdparty/output/lib/libhdfs* ${pack}/DSN_ROOT/lib

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org