diff options
Diffstat (limited to 'core/make/build')
-rwxr-xr-x | core/make/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/make/build b/core/make/build index 6daf22f8..bbd53ee2 100755 --- a/core/make/build +++ b/core/make/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr |