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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37186 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2013-07-06 14:49:20 +00:00
parent 9fea6e4648
commit 64e2d1fd4e

View File

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