From: Damjan Marion Date: Mon, 26 May 2014 20:25:51 +0000 (+0200) Subject: intlconv: osx requires -liconv X-Git-Tag: v4.1~2039^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bf5bbe8efed9fd3e8321c376dd5ae7224030cd;p=thirdparty%2Ftvheadend.git intlconv: osx requires -liconv --- diff --git a/Makefile b/Makefile index 33a933c64..bb3cb8d81 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ CFLAGS += -I${BUILDDIR} -I${ROOTDIR}/src -I${ROOTDIR} LDFLAGS += -ldl -lpthread -lm ifneq ($(PLATFORM), darwin) LDFLAGS += -lrt +else +LDFLAGS += -liconv endif ifeq ($(COMPILER), clang)