diff --git a/recipes/libc-bench/redox.patch b/recipes/libc-bench/redox.patch
index 07d33e7dad6580c600d3774693a67b2db749d693..bbeee67110c4a4d437cb4badf5cd0cbefe909df8 100644
--- a/recipes/libc-bench/redox.patch
+++ b/recipes/libc-bench/redox.patch
@@ -6,7 +6,7 @@ diff -ruw source/Makefile source-new/Makefile
  CFLAGS = -Os
  LDFLAGS = -static
 -LIBS = -lpthread -lrt -lpthread
-+LIBS = -lpthread
++LIBS = -Wl,--whole-archive -lpthread -Wl,--no-whole-archive
  
  
  all: libc-bench