|
@@ -46,16 +46,12 @@ ifeq ($(BR2_ENABLE_LOCALE),)
|
|
|
GETTEXT_CONF_OPT += --enable-nls
|
|
|
endif
|
|
|
|
|
|
-# When the gettext tools are not enabled in the configuration, we only
|
|
|
-# install libintl to the target.
|
|
|
-ifeq ($(BR2_PACKAGE_GETTEXT_TOOLS),)
|
|
|
# When static libs are preferred the .so files aren't created
|
|
|
ifeq ($(BR2_PREFER_STATIC_LIB),)
|
|
|
define GETTEXT_INSTALL_TARGET_CMDS
|
|
|
cp -dpf $(STAGING_DIR)/usr/lib/libintl*.so* $(TARGET_DIR)/usr/lib/
|
|
|
endef
|
|
|
endif
|
|
|
-endif # GETTEXT_TOOLS = n
|
|
|
|
|
|
# Disable interactive confirmation in host gettextize for package fixups
|
|
|
define HOST_GETTEXT_GETTEXTIZE_CONFIRMATION
|