Update patches

This commit is contained in:
alan (NyxTrail) 2024-10-11 14:05:20 +00:00
parent 1f01310d94
commit ab75887bc0
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
3 changed files with 4 additions and 6 deletions

View File

@ -4,7 +4,7 @@ Description: Ensure make uses bash as its shell
dash. And dash does not support such constructs. So have make use /bin/bash
as its shell.
Author: Alan M Varghese
Last-Update: 2024-06-15
Last-Update: 2024-10-11
Forwarded: not-needed
--- a/Makefile
+++ b/Makefile
@ -13,4 +13,4 @@ Forwarded: not-needed
+SHELL = /bin/bash
legacyrenderer:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -DLEGACY_RENDERER:BOOL=true -S . -B ./build -G Ninja
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -DLEGACY_RENDERER:BOOL=true -S . -B ./buildZ

View File

@ -3,7 +3,7 @@ Description: Add FORTIFY_SOURCE flag directly in Makefile
modules built by the project. Use 'checksec' and 'hardening-check'
for verifying fortification on binaries.
Author: Alan M Varghese
Last-Update: 2024-09-22
Last-Update: 2024-10-11
Forwarded: not-needed
--- a/CMakeLists.txt
+++ b/CMakeLists.txt

View File

@ -1,4 +1,2 @@
001-use-bash-in-makefile.patch
002-use-system-udis86.patch
003-use-system-hyprland-protocols.patch
004-add-fortify-flags-for-subprojects.patch
002-add-fortify-flags-for-subprojects.patch