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

granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 8858c02  [mini-cluster] Fix mini-cluster license check when built on 
CentOS 8
8858c02 is described below

commit 8858c02ba7cfcb5f4e501d1726b5ef3819d61424
Author: Grant Henke <[email protected]>
AuthorDate: Wed Mar 3 09:56:18 2021 -0600

    [mini-cluster] Fix mini-cluster license check when built on CentOS 8
    
    When building the mini-cluser on CentOS 8 the Cyrus SASL
    libraries also link in the libpcre2 library which is BSD licensed.
    This patch adds that libary to the license file to fix the check
    and allow the build to complete.
    
    Change-Id: Icc697668c0a81659c9f358487b037b1443a1b0d9
    Reviewed-on: http://gerrit.cloudera.org:8080/17148
    Reviewed-by: Bankim Bhavsar <[email protected]>
    Tested-by: Grant Henke <[email protected]>
---
 build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt 
b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
index 218f950..f4c8160 100644
--- a/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
+++ b/build-support/mini-cluster/LICENSE-BINARY-JAR-LINUX.txt
@@ -85,7 +85,7 @@ Source: http://curl.haxx.se/
 
--------------------------------------------------------------------------------
 Cyrus SASL: BSD license
 libraries: libsasl2, libanonymous, libgssapiv2, liblogin, libplain, libsasldb
-libraries: libgs2, libdigestmd5, libcrammd5, libscram, libntlm
+libraries: libgs2, libdigestmd5, libcrammd5, libscram, libntlm, libpcre2
 Source: Centos 6.6 yum repository
 
   Copyright (c) 1998-2003 Carnegie Mellon University.  All rights reserved.

Reply via email to