diff options
author | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:53:55 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:53:55 +0200 |
commit | 1a878181dcd60c0c57814473072fd39059bb4b0a (patch) | |
tree | e7039ef8e5a830366aa57d4b3203fb2930504510 /mcast | |
parent | d76a8ef76a6fa1edd45a1500ef0fa4fcbab7dfec (diff) | |
download | vdr-plugin-mcli-1a878181dcd60c0c57814473072fd39059bb4b0a.tar.gz vdr-plugin-mcli-1a878181dcd60c0c57814473072fd39059bb4b0a.tar.bz2 |
patch make.patch.txt applied
Diffstat (limited to 'mcast')
-rw-r--r-- | mcast/tool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |