From: Sophie Brun Date: Tue, 11 Feb 2020 16:02:17 +0000 (+0100) Subject: Add missing flags pie X-Git-Tag: archive/raspbian/0_R99-14469.B-2+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7878a45b6172758b5e0689ba27ba2d659a2c8ea2;p=vboot-utils.git Add missing flags pie Last-Update: 2020-02-11 Gbp-Pq: Name add-missing-flags-pie.patch --- diff --git a/Makefile b/Makefile index 1aa4974..c675709 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ COMMON_FLAGS := -pipe -Wall -Wstrict-prototypes -Wtype-limits \ -Wundef -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow \ -Wwrite-strings -Wstrict-aliasing -Wdate-time -Wno-unknown-warning \ -Wno-address-of-packed-member -ffunction-sections -fdata-sections \ - -Wimplicit-fallthrough -Wformat -Wno-format-security ${DEBUG_FLAGS} + -Wimplicit-fallthrough -Wformat -Wno-format-security -pie ${DEBUG_FLAGS} # FIRMWARE_ARCH is defined if compiling for a firmware target # (coreboot or depthcharge).