mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/linux-pam: remove flex dependency
linux-pam 1.2.0 removed the use of yywrap, so the flex dependency is not needed now (host-flex is still needed). Fixes: #47 Signed-off-by: Damien Thébault <damien.thebault@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
b98062f730
commit
600e273487
@@ -5,7 +5,6 @@ config BR2_PACKAGE_LINUX_PAM
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C11/stdatomic.h
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C11/stdatomic.h
|
||||||
select BR2_PACKAGE_FLEX
|
|
||||||
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
||||||
help
|
help
|
||||||
A Security Framework that Provides Authentication for
|
A Security Framework that Provides Authentication for
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ LINUX_PAM_CONF_OPTS = \
|
|||||||
--disable-regenerate-docu \
|
--disable-regenerate-docu \
|
||||||
--enable-securedir=/lib/security \
|
--enable-securedir=/lib/security \
|
||||||
--libdir=/lib
|
--libdir=/lib
|
||||||
LINUX_PAM_DEPENDENCIES = flex host-flex host-pkgconf \
|
LINUX_PAM_DEPENDENCIES = host-flex host-pkgconf \
|
||||||
$(if $(BR2_PACKAGE_LIBXCRYPT),libxcrypt) \
|
$(if $(BR2_PACKAGE_LIBXCRYPT),libxcrypt) \
|
||||||
$(TARGET_NLS_DEPENDENCIES)
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
LINUX_PAM_LICENSE = BSD-3-Clause
|
LINUX_PAM_LICENSE = BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user