From 34d36bdadc2a62562ac0accb60a9d2f8a212af1b Mon Sep 17 00:00:00 2001
From: Will Angenent <will.angenent@gmail.com>
Date: Sat, 15 Apr 2023 08:54:08 +0100
Subject: [PATCH] Use relative path for which binary

---
 recipes/netsurf/01_redox.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/recipes/netsurf/01_redox.patch b/recipes/netsurf/01_redox.patch
index 6568f7730..f200853bb 100644
--- a/recipes/netsurf/01_redox.patch
+++ b/recipes/netsurf/01_redox.patch
@@ -84,3 +84,15 @@ diff -ruwN source/netsurf/utils/config.h source-new/netsurf/utils/config.h
  #undef HAVE_STRPTIME
  #undef HAVE_STRFTIME
  #else
+ diff -ruwN source/buildsystem/makefiles/Makefile.tools source-new/buildsystem/makefiles/Makefile.tools
+--- source/buildsystem/makefiles/Makefile.tools    2023-04-15 08:48:37.000000000 +0100
++++ source-new/buildsystem/makefiles/Makefile.tools    2023-04-15 08:48:37.000000000 +0100
+@@ -135,7 +135,7 @@
+   endif
+
+   # Search the path for the compiler
+-  toolpath_ := $(shell /bin/which $(CC__))
++  toolpath_ := $(shell which $(CC__))
+   ifeq ($(toolpath_),)
+     toolpath_ := /opt/netsurf/$(HOST)/cross/bin/
+     CC__  := $(toolpath_)$(HOST)-gcc
-- 
GitLab