You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by yu...@apache.org on 2021/09/06 08:50:30 UTC

[incubator-pegasus] 01/03: fix: add lib while pack tools (#758)

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

yuchenhe pushed a commit to tag v2.2.3
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit 38e38c313f6a181e88262ed1d7063752a52c5264
Author: HeYuchen <37...@qq.com>
AuthorDate: Thu Jun 10 14:51:04 2021 +0800

    fix: add lib while pack tools (#758)
---
 scripts/pack_tools.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/scripts/pack_tools.sh b/scripts/pack_tools.sh
index 9f45b0d..9d8d9aa 100755
--- a/scripts/pack_tools.sh
+++ b/scripts/pack_tools.sh
@@ -113,6 +113,13 @@ 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/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
+copy_file ./rdsn/thirdparty/output/lib/libsasl2.so.3 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libcom_err.so.3 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libgssapi_krb5.so.2 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libkrb5support.so.0 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libkrb5.so.3 ${pack}/DSN_ROOT/lib/
+copy_file ./rdsn/thirdparty/output/lib/libk5crypto.so.3 ${pack}/DSN_ROOT/lib/
 copy_file `get_stdcpp_lib $custom_gcc` ${pack}/DSN_ROOT/lib/
 
 pack_tools_lib() {

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