1From e7dac0e90f3e4363d858a6f147d7cc4f62815dd6 Mon Sep 17 00:00:00 2001
2From: John Ericson <John.Ericson@Obsidian.Systems>
3Date: Fri, 18 Jul 2025 16:54:17 -0400
4Subject: [PATCH 3/3] Force regular dirs
5
6Override directories in libssp so they are normal $out/lib and
7$dev/include. This is not suitable for upstreaming, but is done on top
8of a different patch which is, and which makes this smaller.
9---
10 libssp/configure.ac | 4 ----
11 1 file changed, 4 deletions(-)
12
13diff --git a/libssp/configure.ac b/libssp/configure.ac
14index 5b9fa4fbecc..f1723dc33ce 100644
15--- a/libssp/configure.ac
16+++ b/libssp/configure.ac
17@@ -207,10 +207,6 @@ esac
18 AC_SUBST(toolexecdir)
19 AC_SUBST(toolexeclibdir)
20
21-# Directory in which the compiler finds libraries etc.
22-libdir='$(toolexeclibdir)'
23-includedir=${orig_libdir}/gcc/${host_noncanonical}/'$(version)/include'
24-
25 if test ${multilib} = yes; then
26 multilib_arg="--enable-multilib"
27 else
28--
292.47.2
30