summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-02 21:24:57 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-02 21:24:57 +0100
commit3f65c9de5f49dd8abf958566ff524108d54e46c2 (patch)
tree77b3f1b06ee9d3f7e02535ddad4680bfd702ac64
parentd8e62d98f4034c5cb38a621b3e669f08a1f83e6d (diff)
downloadpackages-3f65c9de5f49dd8abf958566ff524108d54e46c2.tar.xz
extra/mpd: fixed LDFLAGS to add -latomic on i486, not replace it
-rw-r--r--extra/mpd/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD
index 93b81cfd..f05a66ec 100644
--- a/extra/mpd/PKGBUILD
+++ b/extra/mpd/PKGBUILD
@@ -3,7 +3,7 @@ if [ "$CARCH" = 'i486' ]; then
eval "$(
declare -f build | \
sed '
- /meson/ i LDFLAGS=-latomic
+ /meson/ i LDFLAGS+=" -latomic"
'
)"
fi