serenity/Toolchain/Patches
sdomi 4db8a0b964 Toolchain: Fix default library paths when building with clang
When building with the GNU toolchain, /usr/local/lib and
/usr/local/include are among the default search paths for the compiler
and linker. It seems that this is not the case for Clang/LLVM, and thus
some packages fail to build, while others silently drop optional deps.

This commit adds those paths back, fixing multiple packages at once.
Additionally, it removes legacy -I/-L includes in various Ports which
are no longer needed.

Co-Authored-By: Nico Weber <thakis@chromium.org>
2024-08-04 11:09:53 -04:00
..
binutils Toolchain+Ports: Update binutils to 2.41 2023-09-18 10:26:42 +02:00
gcc LibC: Remove libssp_nonshared.a 2024-05-07 16:39:17 -06:00
gdb Toolchain: Allow many patches for gdb and add clang workaround 2023-04-02 10:52:28 +02:00
llvm Toolchain: Fix default library paths when building with clang 2024-08-04 11:09:53 -04:00