diff options
-rwxr-xr-x | build-aux/build-static-all.sh | 2 | ||||
-rwxr-xr-x | build-aux/build-static.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/build-static-all.sh b/build-aux/build-static-all.sh index 0cba1a3..42fd33f 100755 --- a/build-aux/build-static-all.sh +++ b/build-aux/build-static-all.sh @@ -2,6 +2,8 @@ set -ex +export LC_ALL= + ${MAKE_CMD:-make} LDFLAGS="-all-static" ${MAKE_CMD:-make} DESTDIR="${PWD}/root" install install -m 644 ../LICENSE root/LICENSE diff --git a/build-aux/build-static.sh b/build-aux/build-static.sh index bf9cbf4..e5a09ed 100755 --- a/build-aux/build-static.sh +++ b/build-aux/build-static.sh @@ -2,6 +2,8 @@ set -ex +export LC_ALL= + ${MAKE_CMD:-make} LDFLAGS="-all-static" blogc rm -rf root |