package/rhash: fix activation of gettext
Since commitead2afda13
, gettext is wrongly disabled when BR2_SYSTEM_ENABLE_NLS is set Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit5630e83c84
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
69a02feb78
commit
c17eeadab3
@ -15,9 +15,9 @@ RHASH_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
RHASH_ADDLDFLAGS = $(TARGET_NLS_LIBS)
|
||||
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
||||
RHASH_CONF_OPTS += --disable-gettext
|
||||
else
|
||||
RHASH_CONF_OPTS += --enable-gettext
|
||||
else
|
||||
RHASH_CONF_OPTS += --disable-gettext
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL)x$(BR2_STATIC_LIBS),yx)
|
||||
|
Loading…
Reference in New Issue
Block a user