diff options
Diffstat (limited to 'community/mpc/build')
-rwxr-xr-x | community/mpc/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/mpc/build b/community/mpc/build index 20b55fd4..80ad1f35 100755 --- a/community/mpc/build +++ b/community/mpc/build @@ -1,6 +1,7 @@ #!/bin/sh -e export DESTDIR="$1" +export LDFLAGS="$LDFLAGS -static" cl-meson \ . output |