summaryrefslogtreecommitdiff
path: root/community/redis/PKGBUILD
blob: 02ba0304d4781bed4a66b5469020897319d94f11 (plain)
1
2
3
4
5
6
7
8
9
# add -latomic where needed (i486)
if [ "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f build | \
      sed '
        s/make/LDFLAGS='-latomic' make/
      '
  )"
fi