• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/autofs/autofs.mk
Gustavo ZacariasGustavo Zacarias committed 1916084f2a219 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# autofs
4
#
5
################################################################################
6
​
7
AUTOFS_VERSION = 5.1.2
8
AUTOFS_SOURCE = autofs-$(AUTOFS_VERSION).tar.xz
9
AUTOFS_SITE = $(BR2_KERNEL_MIRROR)/linux/daemons/autofs/v5
10
AUTOFS_LICENSE = GPLv2+
11
AUTOFS_LICENSE_FILES = COPYING COPYRIGHT
12
AUTOFS_DEPENDENCIES = host-flex host-bison
13
# For 0002-autofs-configure-check-for-clock_gettime-in-librt.patch
14
AUTOFS_AUTORECONF = YES
15
​
16
# autofs looks on the build machine for the path of modprobe, so tell
17
# it explicitly where it will be located on the target.
18
AUTOFS_CONF_ENV = \
19
    ac_cv_path_KRB5_CONFIG=no \
20
    ac_cv_path_MODPROBE=/sbin/modprobe
21
​
22
# instead of looking in the PATH like any reasonable package, autofs
23
# configure looks only in an hardcoded search path for host tools,
24
# which we have to override with --with-path.
25
AUTOFS_CONF_OPTS = \
26
    --disable-mount-locking \
27
    --enable-ignore-busy \
28
    --without-openldap \
29
    --without-sasl \
30
    --with-path="$(BR_PATH)" \
31
    --with-hesiod=no
32
​
33
AUTOFS_MAKE_ENV = DONTSTRIP=1
34
​
35
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.