From 543a4c1c9d316d824aca073852b3dc51fbd2f0f9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 10 Jun 2021 11:23:48 +0200 Subject: community/redis: added -latomic on i486 --- community/redis/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/redis/PKGBUILD (limited to 'community') diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD new file mode 100644 index 00000000..02ba0304 --- /dev/null +++ b/community/redis/PKGBUILD @@ -0,0 +1,9 @@ +# add -latomic where needed (i486) +if [ "$CARCH" = 'i486' ]; then + eval "$( + declare -f build | \ + sed ' + s/make/LDFLAGS='-latomic' make/ + ' + )" +fi -- cgit v1.2.3