From: Arnout Vandecappelle Date: Fri, 21 Jul 2017 01:05:20 +0000 (+0200) Subject: minimal.config: add BR2_COMPILER_PARANOID_UNSAFE_PATH=y X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6c98b3549d822b791f80c1cf78a18e4e7461054;p=buildroot.git minimal.config: add BR2_COMPILER_PARANOID_UNSAFE_PATH=y We really want test-pkg to do the test with a paranoid unsafe path. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/support/config-fragments/minimal.config b/support/config-fragments/minimal.config index 0f20847f6d..43fef06f49 100644 --- a/support/config-fragments/minimal.config +++ b/support/config-fragments/minimal.config @@ -4,3 +4,4 @@ BR2_INIT_NONE=y BR2_SYSTEM_BIN_SH_NONE=y # BR2_PACKAGE_BUSYBOX is not set # BR2_TARGET_ROOTFS_TAR is not set +BR2_COMPILER_PARANOID_UNSAFE_PATH=y