From 807abfa101f275ba75708e59c442b4269bcc643e Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 20 Feb 2011 23:57:54 +0100 Subject: Modified Makefile to support older versions of pcre libraries (e.g. before version 8.01). PCRE must be compiled with C++ support to be usable in LIVE. This change is a fix provided by user URIG in the followin vdr-portal.de posting: http://www.vdr-portal.de/board/thread.php?postid=981217#post981217 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9fe05e..1cb7c6c 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ TNTVERS7 = $(shell ver=$(TNTVERSION); if [ $$ver -ge "1606" ]; then echo "yes" CXXFLAGS += $(shell tntnet-config --cxxflags) LIBS += $(shell tntnet-config --libs) CXXFLAGS += $(shell pcre-config --cflags) -LIBS += $(shell pcre-config --libs-cpp) +LIBS += $(shell pcre-config --libs) -lpcrecpp ### The name of the distribution archive: -- cgit v1.2.3