• 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/linux-pam/Config.in
Brendan HeadingBrendan Heading committed 25ecd24579f21 Aug 2015
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_LINUX_PAM
2
    bool "linux-pam"
3
    select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4
    select BR2_PACKAGE_FLEX
5
    depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
6
    # While linux-pam does have some support for statically linked
7
    # modules (through --enable-static-modules), it doesn't work
8
    # properly due to a build cycle between libpam and
9
    # modules. See
10
    # https://lists.fedorahosted.org/pipermail/linux-pam-commits/2012-February/000105.html
11
    # for details.
12
    depends on !BR2_STATIC_LIBS
13
    depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
14
    help
15
      A Security Framework that Provides Authentication for Applications
16
​
17
      http://linux-pam.org
18
​
19
comment "linux-pam needs a uClibc or (e)glibc toolchain w/ wchar, locale, dynamic library"
20
    depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
21
        || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
  • 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.