gettext-full: use portability header files for byteswapping on non-linux systems

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37186
master
Felix Fietkau 11 years ago
parent b1e7072f51
commit b7edec4b36
  1. 3
      package/libs/gettext-full/Makefile

@ -35,6 +35,9 @@ define Package/libintl-full
endef
TARGET_CFLAGS += $(FPIC)
ifneq ($(HOST_OS),Linux)
TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include
endif
CONFIGURE_ARGS += \
--enable-shared \

Loading…
Cancel
Save