mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -17,7 +17,7 @@ config BR2_PACKAGE_RSH_REDONE_RLOGIND
|
||||
bool "rlogind"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_ENABLE_LOCALE && BR2_USE_WCHAR
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
|
||||
@@ -32,12 +32,11 @@ config BR2_PACKAGE_RSH_REDONE_RSHD
|
||||
bool "rshd"
|
||||
depends on BR2_ENABLE_LOCALE && BR2_USE_WCHAR
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
|
||||
comment "rshd needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
|
||||
comment "rshd needs a toolchain w/ wchar, locale, dynamic library"
|
||||
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
|
||||
|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
||||
|| BR2_STATIC_LIBS
|
||||
|
||||
endif
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone/rsh-redone_85-2.dsc
|
||||
sha256 55ac8ee2acacbc3490f073e3922c0cde46ffe4ea3c593e05c48fed4c1e1a8811 rsh-redone_85.orig.tar.gz
|
||||
sha256 55ac8ee2acacbc3490f073e3922c0cde46ffe4ea3c593e05c48fed4c1e1a8811 rsh-redone_85.orig.tar.gz
|
||||
# Locally computed
|
||||
sha256 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369 rsh.c
|
||||
|
||||
Reference in New Issue
Block a user