summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Eriberto Mota Filho <eriberto@debian.org>2019-08-15 14:29:56 +0200
committerStéphane Glondu <glondu@debian.org>2023-08-07 16:18:44 +0200
commit0f299aeb2368d8a2e34dd7c5b4467d549fbf4b1c (patch)
treec178aa8ca65e9a17a9ec87c0f07b339a20cc7385
parent1f7bb70930057084a5c5e79b38661e903d61ff40 (diff)
add CPPFLAGS to improve the hardening.
Last-Update: 2016-12-18 =================================================================== Gbp-Pq: Name 20_improve-GCC-hardening.patch
-rw-r--r--libvirt/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in
index 77462c7..d0bc51b 100644
--- a/libvirt/Makefile.in
+++ b/libvirt/Makefile.in
@@ -26,6 +26,7 @@ CFLAGS = @CFLAGS@ \
LDFLAGS = @LDFLAGS@ \
@LIBVIRT_LIBS@
# -L"$(shell ocamlc -where)"
+CPPFLAGS = @CPPFLAGS@ -D_FORTIFY_SOURCE=2
OCAMLC = @OCAMLC@
OCAMLOPT = @OCAMLOPT@