diff options
author | horchi <vdr@jwendel.de> | 2019-11-28 13:33:41 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2019-11-28 13:33:41 +0100 |
commit | 42d5a8fee255c517c5e4d5cb200bff5a18654baf (patch) | |
tree | 9a440599fc296d5c278111ee31beffe1861e92e1 /Makefile | |
parent | f9c8dd36d36efa145806f7bef97b46382a5442f3 (diff) | |
download | vdr-plugin-epg2vdr-42d5a8fee255c517c5e4d5cb200bff5a18654baf.tar.gz vdr-plugin-epg2vdr-42d5a8fee255c517c5e4d5cb200bff5a18654baf.tar.bz2 |
2019-11-28: version 1.1.102 (horchi)\n - added: Support of python 3.8 (by Alexander Grothe)\n\n1.1.102
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |