Add metadata for patch #005
This commit is contained in:
parent
0eb16ca071
commit
f2bb0e990d
|
|
@ -1,3 +1,9 @@
|
||||||
|
Description: Add FORTIFY_SOURCE flag directly in Makefile
|
||||||
|
The flag, otherwise, doesn't seem to propogate correctly to all
|
||||||
|
modules built by the project.
|
||||||
|
Author: Alan M Varghese
|
||||||
|
Last-Update: 2024-03-01
|
||||||
|
Forwarded: not-needed
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -88,7 +88,7 @@
|
@@ -88,7 +88,7 @@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue