mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -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>
This commit is contained in:
committed by
Peter Korsgaard
parent
70195ea004
commit
d525300021
@@ -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