From a93234cc400a5a5baaa60cf89c65469958b2c4ba Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Wed, 26 Dec 2018 07:23:45 -0700 Subject: [PATCH] Update libc-bench patch --- recipes/libc-bench/redox.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libc-bench/redox.patch b/recipes/libc-bench/redox.patch index 07d33e7da..bbeee6711 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 -- GitLab