]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
intlconv: osx requires -liconv 402/head
authorDamjan Marion <damjan.marion@gmail.com>
Mon, 26 May 2014 20:25:51 +0000 (22:25 +0200)
committerDamjan Marion <damjan.marion@gmail.com>
Mon, 26 May 2014 20:25:51 +0000 (22:25 +0200)
Makefile

index 33a933c6481d7777db4505565513e94ad15447d5..bb3cb8d812899c38a4e23fa28b020b86f7e5f68b 100644 (file)
--- 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)