diff --git a/slaves/linux/build-musl.sh b/slaves/linux/build-musl.sh index 5c92cda..276a47b 100644 --- a/slaves/linux/build-musl.sh +++ b/slaves/linux/build-musl.sh @@ -2,7 +2,7 @@ set -ex -export CFLAGS=-fPIC +export CFLAGS=-fPIC -Wa,-mrelax-relocations=no MUSL=musl-1.1.14 # Support building MUSL curl http://www.musl-libc.org/releases/$MUSL.tar.gz | tar xzf -