iozone: disable for uClibc 0.9.31
authorSimon Dawson <spdawson@gmail.com>
Mon, 11 Nov 2013 09:49:08 +0000 (09:49 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Nov 2013 09:52:41 +0000 (10:52 +0100)
uClibc 0.9.31.x does not include the pthread_setaffinity_np GNU extension.

Fixes build failures such as the following.

  http://autobuild.buildroot.net/results/e21526c0c18733310d3fb322d79d5fff3a71af51/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/iozone/Config.in

index 26d4daafe04ca07323a3ce0f51f1288029f9b991..33e12ca77c537ef06fcc425a12bd806f36efadf1 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_IOZONE
        bool "iozone"
        depends on BR2_USE_MMU # fork()
+       depends on !BR2_UCLIBC_VERSION_0_9_31 # no pthread_setaffinity_np
        help
          IOzone is a filesystem benchmark tool.
          The benchmark generates and measures a variety of file operations