summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnetdata-installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 151e8760fe..bc2e1cbe0b 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -29,6 +29,7 @@ fi
# Pull in OpenSSL properly if on macOS
if [ "$(uname -s)" = 'Darwin' ] && [ -d /usr/local/opt/openssl/include ]; then
export C_INCLUDE_PATH="/usr/local/opt/openssl/include"
+ export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
fi
# -----------------------------------------------------------------------------