From 1a878181dcd60c0c57814473072fd39059bb4b0a Mon Sep 17 00:00:00 2001 From: Lars Heer Date: Wed, 18 Sep 2013 05:53:55 +0200 Subject: patch make.patch.txt applied --- mcast/tool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcast/tool') diff --git a/mcast/tool/Makefile b/mcast/tool/Makefile index 3cee3dc..45ac977 100644 --- a/mcast/tool/Makefile +++ b/mcast/tool/Makefile @@ -35,11 +35,11 @@ else LIBRARY_PATH = /usr/lib endif -CFLAGS ?= -Os -Wall +CFLAGS ?= -Os -Wall -pthread INCLUDES += $(XML_INC) -I../dvbloop -I../common/ -I../client -LDFLAGS:=$(XML_LIB) -lpthread +LDFLAGS:=$(XML_LIB) -pthread ifdef API_SHM LDFLAGS:= $(LDFLAGS) -lrt -- cgit v1.2.3