diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-12-02 01:48:45 +0100 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-12-02 01:48:45 +0100 | 
| commit | 9bbe371672b8f21362adb9c05a5588d21f9cbe35 (patch) | |
| tree | 3605e2998f18fe8ad37035c4ef76dd8db97d6065 /community/mpc/build | |
| parent | cebe24c9bb4e30344b441cac494782e2d22f5895 (diff) | |
| download | repository-9bbe371672b8f21362adb9c05a5588d21f9cbe35.tar.gz | |
mpc: bump to 0.34
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  | 
