summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-04-15 23:38:44 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-04-15 23:38:44 +0200
commit86aa715ed092ae7a3d58912f0c52850a71c771d8 (patch)
tree572938ee2663a532b1e3a2fb18684e64c2a7ddb1
parenta191c155f6d137cae222c19185123b0d4e898e51 (diff)
downloadlibparserutils-86aa715ed092ae7a3d58912f0c52850a71c771d8.tar.gz
libparserutils-86aa715ed092ae7a3d58912f0c52850a71c771d8.tar.bz2
Fix Makefile for HOST=kolibriosashmew2/kolibrios-port
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 894f10d..efd37b9 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,11 @@ else
CFLAGS := $(CFLAGS) -Dinline="__inline__"
endif
+# KolibriOS does not have a functional iconv (yet)
+ifeq ($(HOST),kolibrios)
+ CFLAGS += -DWITHOUT_ICONV_FILTER
+endif
+
include $(NSBUILD)/Makefile.top
# Extra installation rules