0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-03-16 22:13:38 +00:00
netdata_netdata/packaging/makeself/build-x86_64-static.sh
boxjan 4a432d99fc
fix static build, curl will be staict binary; extra args can be transfer (#11852)
* update curl LDFLAGS to build static file

* transfer extra args to build.sh
2021-12-07 09:59:22 -05:00

7 lines
189 B
Bash
Executable file

#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
"${SCRIPT_DIR}/build-static.sh" x86_64 "${@}"