]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
autofs: add patch to force result of procfs check
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Jul 2016 20:32:47 +0000 (22:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Jul 2016 20:34:23 +0000 (22:34 +0200)
commit9a9b637d04185f9a5b4c73d663b726d3ce2da43b
tree7609248037e3e0f26e441d9dca9496d393466275
parent04c9be519de922cda3e20a00be2fad39b265d398
autofs: add patch to force result of procfs check

The autofs configure script verifies on the build system if /proc is
provided by a Linux system. This might fail if /proc is not mounted,
but does ont mean that procfs will not be available in the target.

Therefore, this commit adds a patch improving the AF_LINUX_PROCFS
autoconf macro to allow passing an autoconf cache variable. autofs.mk
then uses that to force the fact that /proc will be available on the
target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/autofs/0003-configure-add-cache-variable-for-Linux-proc-filesyst.patch [new file with mode: 0644]
package/autofs/autofs.mk