summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2024-02-11 15:45:19 +0200
committerTasos Katsoulas <tasos@netdata.cloud>2024-02-29 14:30:14 +0200
commit30a1e3abf7fd6233d17032bfd04a83456cf9da75 (patch)
tree2615d97ae44c6989147f995e3a21d17b4ec1ee66
parent1dcd3f5b7e33663acabdebb67053837cbedf13a5 (diff)
remove paroramafix-statics
-rwxr-xr-xpackaging/makeself/jobs/50-curl.install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/jobs/50-curl.install.sh b/packaging/makeself/jobs/50-curl.install.sh
index 458ef371fd..c44510a737 100755
--- a/packaging/makeself/jobs/50-curl.install.sh
+++ b/packaging/makeself/jobs/50-curl.install.sh
@@ -27,7 +27,7 @@ fi
cd "${NETDATA_MAKESELF_PATH}/tmp/curl" || exit 1
-export CFLAGS="-I/openssl-static/include -pipe -pipe"
+export CFLAGS="-I/openssl-static/include -pipe"
export LDFLAGS="-static -L/openssl-static/lib64 -L/usr/lib -lidn2 -L/usr/lib -lpsl -L/usr/lib -lunistring"
export PKG_CONFIG="pkg-config --static"
export PKG_CONFIG_PATH="/openssl-static/lib64/pkgconfig"