diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-14 16:23:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-14 16:28:16 +0000 |
commit | f7737368d64b6b6d3b4075d1debe4342771faf49 (patch) | |
tree | 15c3484c1ae02ea9fbd1b4101ffc416fa6adadd9 /packaging/makeself/jobs/50-curl-7.78.0.install.sh | |
parent | Adding upstream version 1.32.0. (diff) | |
download | netdata-upstream/1.32.1.tar.xz netdata-upstream/1.32.1.zip |
Adding upstream version 1.32.1.upstream/1.32.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/makeself/jobs/50-curl-7.78.0.install.sh')
-rwxr-xr-x | packaging/makeself/jobs/50-curl-7.78.0.install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/jobs/50-curl-7.78.0.install.sh b/packaging/makeself/jobs/50-curl-7.78.0.install.sh index a2bb24e2..aeab1af6 100755 --- a/packaging/makeself/jobs/50-curl-7.78.0.install.sh +++ b/packaging/makeself/jobs/50-curl-7.78.0.install.sh @@ -40,7 +40,7 @@ run ./configure \ --with-openssl # Curl autoconf does not honour the curl_LDFLAGS environment variable -run sed -i -e "s/curl_LDFLAGS =/curl_LDFLAGS = -all-static/" src/Makefile +run sed -i -e "s/LDFLAGS =/LDFLAGS = -all-static/" src/Makefile run make clean run make -j "$(nproc)" |