|
@@ -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)
|