projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd8ee7
)
libapi: Define _FORTIFY_SOURCE as 2, not empty
author
Ben Hutchings
<benh@debian.org>
Sat, 15 Jan 2022 21:30:49 +0000
(22:30 +0100)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Tue, 8 Mar 2022 17:47:04 +0000
(17:47 +0000)
Signed-off-by: Ben Hutchings <benh@debian.org>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name libapi-define-_fortify_source-as-2-not-empty.patch
tools/lib/api/Makefile
patch
|
blob
|
history
diff --git
a/tools/lib/api/Makefile
b/tools/lib/api/Makefile
index a13e9c7f1fc5007d130807d75aa0a0a0120ddb0f..a0bdc2487596f9945abeab4640e259ec62436503 100644
(file)
--- a/
tools/lib/api/Makefile
+++ b/
tools/lib/api/Makefile
@@
-29,7
+29,7
@@
endif
endif
ifeq ($(DEBUG),0)
- CFLAGS += -D_FORTIFY_SOURCE
+ CFLAGS += -D_FORTIFY_SOURCE
=2
endif
# Treat warnings as errors unless directed not to