diff Makefile @ 157:8fc887cb56d0

Implement iconv support for converting from PSID de-facto latin-1/ISO-8859-* to whatever we are using currently (default to UTF-8). Support for iconv can be turned off via compile-time define (see Makefile).
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Oct 2017 01:46:34 +0300
parents d73b74602759
children a5bc27d26174
line wrap: on
line diff
--- a/Makefile	Thu Oct 26 01:45:02 2017 +0300
+++ b/Makefile	Thu Oct 26 01:46:34 2017 +0300
@@ -11,6 +11,8 @@
 CFLAGS += -DHAVE_CONFIG_H
 LDFLAGS +=
 
+CFLAGS += -DHAVE_ICONV
+
 CFLAGS += -DHAVE_STRING_H
 CFLAGS += -DHAVE_STDINT_H
 #CFLAGS += -DHAVE_SYS_TYPES_H