lordgamez commented on code in PR #1749: URL: https://github.com/apache/nifi-minifi-cpp/pull/1749#discussion_r1568978398
########## README.md: ########## @@ -185,7 +184,7 @@ On all distributions please use -DUSE_SHARED_LIBS=OFF to statically link zlib, l #### Libraries * libuuid * librocksdb (built and statically linked) -* libcurl-openssl (If not available or desired, NSS will be used) +* libcurl-openssl Review Comment: Good point, actually it seems that a lot of build and runtime dependencies are not relevant and should be updated at a couple of places. I created a separate jira ticket for this: https://issues.apache.org/jira/browse/MINIFICPP-2331 and additionally removed the unneeded build and runtime system dependencies here in 96d3b6a6896c37bb5b493a035a6f258e1bc97ada -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
