summaryrefslogtreecommitdiff
path: root/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-09-25 08:06:46 +0200
committerSam James <sam@gentoo.org>2022-09-26 15:58:16 +0100
commit8f1f88154c6ed0311dacb5433296d5b424e8af78 (patch)
treeefd7806dfff3333625bc65ede01099777d093044 /dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
parent1c1901952345dee2e6c02399139a867e688b8db9 (diff)
downloadgentoo-8f1f88154c6ed0311dacb5433296d5b424e8af78.tar.gz
gentoo-8f1f88154c6ed0311dacb5433296d5b424e8af78.tar.bz2
gentoo-8f1f88154c6ed0311dacb5433296d5b424e8af78.zip
dev-db/redis: drop 6.0.16
The 6.0 line did not receive any fix in last 12 months, 6.0.16 potentially suffers with security issues and 6.2.7 should be sufficient replacement for those needing <dev-db/redis-7. Bug: https://bugs.gentoo.org/841404 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27470 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis/files/redis-5.0.8-ppc-atomic.patch')
-rw-r--r--dev-db/redis/files/redis-5.0.8-ppc-atomic.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch b/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
deleted file mode 100644
index 61a4cc721eb1..000000000000
--- a/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index 4b2a31c..4ef853b 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -77,6 +77,14 @@ FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
- FINAL_LIBS=-lm
- DEBUG=-g -ggdb
-
-+ifneq (,$(filter powerpc ppc,$(uname_M)))
-+ FINAL_LIBS+=-latomic
-+else
-+ifneq (,$(findstring ppc,$(uname_M)))
-+ FINAL_LIBS+=-latomic
-+endif
-+endif
-+
- # Linux ARM needs -latomic at linking time
- ifneq (,$(filter aarch64 armv,$(uname_M)))
- FINAL_LIBS+=-latomic