• 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/sudo/sudo.mk
Axel LinAxel Lin committed ef162c24f0307 Oct 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# sudo
4
#
5
################################################################################
6
​
7
SUDO_VERSION = 1.8.8
8
SUDO_SITE    = http://www.sudo.ws/sudo/dist
9
SUDO_LICENSE = ICS BSD-3c
10
SUDO_LICENSE_FILES = doc/LICENSE
11
SUDO_CONF_OPT = \
12
        --without-lecture \
13
        --without-sendmail \
14
        --without-umask \
15
        --with-logging=syslog \
16
        --without-interfaces \
17
        --without-pam
18
​
19
# mksigname/mksiglist needs to run on build host to generate source files
20
define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
21
    $(MAKE) $(HOST_CONFIGURE_OPTS) \
22
        CPPFLAGS="$(HOST_CPPFLAGS) -I../include -I.." \
23
        -C $(@D)/compat mksigname mksiglist
24
endef
25
​
26
SUDO_POST_CONFIGURE_HOOKS += SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
27
​
28
define SUDO_PERMISSIONS
29
/usr/bin/sudo            f 4755 0 0 - - - - -
30
endef
31
​
32
$(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.