index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-10 11:23:48 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-10 11:23:48 +0200 |
commit | 543a4c1c9d316d824aca073852b3dc51fbd2f0f9 (patch) | |
tree | 8cbd6799145bf39652580dbf5a85b45ff47a0781 /community/redis/PKGBUILD | |
parent | d0d3528f99cc3e1f75cd431e628b6c974f7be37b (diff) |
-rw-r--r-- | community/redis/PKGBUILD | 9 |
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 |