aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/gettext-full
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-06 14:49:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-06 14:49:20 +0000
commitb7edec4b36e0282a635a408e27d8048ae0f23518 (patch)
treeeb073d26873f93d9a7894397623f38a98e0f89e9 /package/libs/gettext-full
parentb1e7072f5116aa77db5bb2e079b31cebd4a50ce0 (diff)
downloadupstream-b7edec4b36e0282a635a408e27d8048ae0f23518.tar.gz
upstream-b7edec4b36e0282a635a408e27d8048ae0f23518.tar.bz2
upstream-b7edec4b36e0282a635a408e27d8048ae0f23518.zip
gettext-full: use portability header files for byteswapping on non-linux systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37186
Diffstat (limited to 'package/libs/gettext-full')
-rw-r--r--package/libs/gettext-full/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index 7b640e6e45..11dc1f5643 100644
--- a/package/libs/gettext-full/Makefile
+++ b/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 \