From 61c8854cef2a41be3175bbf7f0992c31560a1dd7 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sun, 15 May 2016 12:26:00 +0200 Subject: [PATCH] toolchain: enable paranoid unsafe path check by default This check is enabled for all build in the Buildroot autobuilders since [1] (i.e since 2015.02 release). Enable this option by default. [1] https://git.busybox.net/buildroot-test/commit/?id=41552e2a249de4568aa01f14bd588d1c8166f70b Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.in b/Config.in index b5cc892cc7..93b4f69b54 100644 --- a/Config.in +++ b/Config.in @@ -683,6 +683,7 @@ menu "Advanced" config BR2_COMPILER_PARANOID_UNSAFE_PATH bool "paranoid check of library/header paths" + default y help By default, when this option is disabled, when the Buildroot cross-compiler will encounter an unsafe library or header -- 2.30.2