mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/rsh-redone: don't override dependencies
Don't override RSH_REDONE_DEPENDENCIES in a conditional
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d525300021)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e69735f48a
commit
c44b7dc5c2
@@ -21,7 +21,7 @@ RSH_REDONE_MAKE_FLAGS = \
|
||||
BIN="$(RSH_REDONE_BINS-y)" SBIN="$(RSH_REDONE_SBINS-y)"
|
||||
|
||||
ifneq ($(BR2_PACKAGE_RSH_REDONE_RSHD)$(BR2_PACKAGE_RSH_REDONE_RLOGIND),)
|
||||
RSH_REDONE_DEPENDENCIES = linux-pam
|
||||
RSH_REDONE_DEPENDENCIES += linux-pam
|
||||
endif
|
||||
|
||||
define RSH_REDONE_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user