package/zsh: simplify BR2_STATIC_LIBS check
Use the more common ifeq ($(BR2_STATIC_LIBS),) form. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
dba42986c0
commit
8b9014e762
@ -44,7 +44,7 @@ else
|
||||
ZSH_CONF_OPTS += --disable-pcre
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_STATIC_LIBS),y)
|
||||
ifeq ($(BR2_STATIC_LIBS),)
|
||||
# zsh uses TRY_RUN to determine these
|
||||
ZSH_CONF_OPTS += \
|
||||
zsh_cv_shared_environ=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user