diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-10-19 12:35:02 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-19 17:57:18 +0200 |
commit | 7a25ecc3c9f6b3b5e93e70e2be376e5c82d935a9 (patch) | |
tree | ed38a044f9ac6cfa37165cf045a9284532a426a6 /package/liburcu | |
parent | 6820b555afc911ec7032277b66418ba50dd00f9c (diff) | |
download | buildroot-7a25ecc3c9f6b3b5e93e70e2be376e5c82d935a9.tar.gz buildroot-7a25ecc3c9f6b3b5e93e70e2be376e5c82d935a9.zip |
liburcu: needs MMU
The test_urcu_fork.c test calls fork(). Upstream provides no easy way to
disable tests build.
Fixes:
http://autobuild.buildroot.net/results/9eb/9eb182ab2d0b396eeff3d637a040da5a4d5bdcd7/
http://autobuild.buildroot.net/results/47a/47aabc219a2fd50105881b1e2715f7eeb1a6a588/
http://autobuild.buildroot.net/results/566/56631605f76b8623c9674f25c529ac67d0de12a8/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/liburcu')
-rw-r--r-- | package/liburcu/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/liburcu/Config.in b/package/liburcu/Config.in index 49510da495..b5b6326878 100644 --- a/package/liburcu/Config.in +++ b/package/liburcu/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS bool depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_powerpc || BR2_x86_64 + depends on BR2_USE_MMU # fork() in test default y config BR2_PACKAGE_LIBURCU |