]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/nfs-utils: fix unmet direct dependency
authorJörg Krause <joerg.krause@embedded.rocks>
Mon, 20 Jul 2015 21:47:38 +0000 (23:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 22 Jul 2015 20:52:06 +0000 (22:52 +0200)
commit64c10ae691e230935473f23ef71ab997293adf8f
treeb9033a2ffee8d2fcbff6e870ea65928cccb2969e
parentbdd522f9213788d404540f5c016bdd431d9be04a
package/nfs-utils: fix unmet direct dependency

Commit 182520a8af734c735c4dbdff29dc07af1d615a0a adds rpcbind as a dependency
without properly caring for the thread dependency.

rpcbind adds libtirpc as a dependendency which fails:
  fatal error: pthread.h: No such file or directory

Since we probably don't care much about using nfs-utils in a non-threaded
scenario, we simply disable nfs-utils for toolchains without thread support.

Fixes:
http://autobuild.buildroot.net/results/803/80321de8d4c6c0a00439b07289a5818962128b43/

Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/nfs-utils/Config.in