Update patches
This commit is contained in:
parent
1f01310d94
commit
ab75887bc0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue