diff options
| author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-21 03:05:20 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-21 09:00:44 +0200 |
| commit | b6c98b3549d822b791f80c1cf78a18e4e7461054 (patch) | |
| tree | b382a71774ef843c175f198c81129037de926f98 | |
| parent | c23d0c8633550e95cdbfd97f78d20b2f6b719c3c (diff) | |
| download | buildroot-b6c98b3549d822b791f80c1cf78a18e4e7461054.tar.gz buildroot-b6c98b3549d822b791f80c1cf78a18e4e7461054.zip | |
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) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | support/config-fragments/minimal.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

