diff options
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb index c22775b..d19c39b 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -12,6 +12,9 @@ SRC_URI += " \ file://optee.service \ " +# Recipe which fail to compile when enabling FORTIFY_SOURCE=2 option +SECURITY_CFLAGS_remove = "${lcl_maybe_fortify}" + inherit systemd SYSTEMD_SERVICE_${PN} = "optee.service" |