mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/linux-pam: enable back on musl
Add two upstream patches to fix build on musl Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e1504b0498
commit
f89ca996b6
@@ -1,7 +1,6 @@
|
||||
comment "python-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
|
||||
comment "python-pam needs a toolchain w/ wchar, locale, dynamic library"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
|
||||
BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
||||
|
||||
config BR2_PACKAGE_PYTHON_PAM
|
||||
bool "python-pam"
|
||||
@@ -10,7 +9,6 @@ config BR2_PACKAGE_PYTHON_PAM
|
||||
depends on BR2_USE_WCHAR # linux-pam
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
depends on !BR2_STATIC_LIBS # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
help
|
||||
PAM (Pluggable Authentication Module) bindings for Python.
|
||||
|
||||
Reference in New Issue
Block a user