Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37399983
en ru br
ALT Linux repos
S:7.2.0-alt3

Group :: Databases
RPM: redis

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: redis-7.2.0-alt2.patch
Download


 src/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index ecbd2753d..6330dde56 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -121,10 +121,13 @@ FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
 FINAL_LIBS=-lm
 DEBUG=-g -ggdb
 
-# Linux ARM32 needs -latomic at linking time
+# Linux ARM32 and MIPS needs -latomic at linking time
 ifneq (,$(findstring armv,$(uname_M)))
         FINAL_LIBS+=-latomic
 endif
+ifneq (,$(findstring mips,$(uname_M)))
+        FINAL_LIBS+=-latomic
+endif
 
 ifeq ($(uname_S),SunOS)
 	# SunOS
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin