summaryrefslogtreecommitdiffstats
path: root/package/autofs
Commit message (Collapse)AuthorAgeFilesLines
* autofs: add patch to force result of procfs checkThomas Petazzoni2016-07-302-2/+51
| | | | | | | | | | | | | 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: requires NPTLRomain Naour2016-07-161-3/+3
| | | | | | | | | | | autofs uses pthread_condattr_setclock() which is available only with toolchains with NPTL threads support. Fixes: http://autobuild.buildroot.net/results/152/152d917b0078aeb3715cd562cdecf7d0debf924b Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* autofs: fix build for old glibc toolchainsGustavo Zacarias2016-06-192-0/+64
| | | | | | | | | Autofs 5.1.2 switched to clock_gettime() unconditionally but didn't check for the need of librt (glibc < 2.17) for it. Fixes: http://autobuild.buildroot.net/results/0ab/0abd5476b39a6bd192b5e610006ed585ffb2e139/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* autofs: force hesiod and kerberos offGustavo Zacarias2016-06-191-1/+3
| | | | | | | | Since we don't have such packages in buildroot it can pick up the distro config scripts and pollute the include path. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* autofs: bump to version 5.1.2Gustavo Zacarias2016-06-152-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* autofs: not available on staticGustavo Zacarias2015-12-281-2/+4
| | | | | | | | Uses dlfcn & friends, fixes: http://autobuild.buildroot.net/results/2f2/2f2dcf8d2af961c0401a4b39f96cefe691a4479b/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* autofs: really fix buildThomas Petazzoni2015-12-241-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | The autofs configure script does a number of weird things. First, instead of using the default search path for AC_CHECK_PROGS(), it overrides it its own search path, ignoring the PATH environment variable. Due to this, autofs fails to find flex even though flex is available in the PATH. Fortunately, the authors provided a --with-path configure option which allows to override this search path. In addition, the configure script is checking on the build machine that a number of programs are available, while those programs are in fact only needed on the target. The one causing build issues is modprobe, because it may not necessarily be installed on build machines, so we explicitly tell autofs that modprobe is located in /sbin/modprobe. It might be necessary to provide additional values for other programs, as we discover other problems. Fixes: http://autobuild.buildroot.org/results/447/4479382b2d4d762991cab2e93fd08ad6160c2921/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* autofs: add missing dependencies on flex and bisonThomas Petazzoni2015-12-221-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/999/999d2d5fe07994642ab39b26d936c230d79947a2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* autofs: new packageJonathan Ben Avraham2015-12-224-0/+75
Tested on i.MX6 using NFS mounts only. Not tested with DAS mounts as of this commit. [Thomas: - remove the "# rpcbind" comments on the thread and mmu dependencies, since we don't select rpcbind. The thread and mmu dependencies are still needed though, since autofs uses pthread_*() functions and fork(). - Remove "Requires a toolchain with native RPC." in the Config.in help text and instead add a proper Config.in comment about the thread and RPC dependency. - Add patch to fix building with uClibc, taken from OpenEmbedded.] Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud