minimal.config: add BR2_COMPILER_PARANOID_UNSAFE_PATH=y
authorArnout Vandecappelle <arnout@mind.be>
Fri, 21 Jul 2017 01:05:20 +0000 (03:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 21 Jul 2017 07:00:44 +0000 (09:00 +0200)
We really want test-pkg to do the test with a paranoid unsafe path.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/config-fragments/minimal.config

index 0f20847f6d62516caee6c911a312def992a8d8dd..43fef06f49b4a3f70d836d4509143c479f5e0d27 100644 (file)
@@ -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