bakaid commented on a change in pull request #629: MINIFICPP-1002 - Add
SourceInitiatedSubscriptionListener processor
URL: https://github.com/apache/nifi-minifi-cpp/pull/629#discussion_r314719220
##########
File path: centos.sh
##########
@@ -155,6 +155,8 @@ build_deps(){
INSTALLED+=("bzip2-devel")
elif [ "$FOUND_VALUE" = "libssh2" ]; then
INSTALLED+=("libssh2-devel")
+ elif [ "$FOUND_VALUE" = "libxml2" ]; then
Review comment:
We can also bundle libxml2, but it is a pretty common library, so I left it
an external dependency for the time being.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services