From 42d5a8fee255c517c5e4d5cb200bff5a18654baf Mon Sep 17 00:00:00 2001 From: horchi Date: Thu, 28 Nov 2019 13:33:41 +0100 Subject: 2019-11-28: version 1.1.102 (horchi)\n - added: Support of python 3.8 (by Alexander Grothe)\n\n --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1403938..59fc56d 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,8 @@ LIBS = $(HLIB) LIBS += -lrt -larchive -lcrypto LIBS += $(shell pkg-config --libs uuid) LIBS += $(shell pkg-config --libs tinyxml2) -LIBS += $(shell mysql_config --libs_r) $(shell python-config --libs) $(shell pkg-config --libs jansson) +LIBS += $(shell mysql_config --libs_r) +LIBS += $(shell pkg-config --libs jansson) EPG2VDR_DATA_DIR = "/var/cache/vdr" -- cgit v1.2.3