From a7b3392b09a18a4f8c40b732b50db12ce70a28cd Mon Sep 17 00:00:00 2001 From: horchi Date: Mon, 3 Jan 2022 19:33:57 +0100 Subject: 2022-01-03: version 1.2.4 (horchi)\n - change: Removed dependency to mysql-compat package\n\n --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 931aabe..78f8f20 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ LIBS += $(HLIB) LIBS += -lrt -larchive -lcrypto LIBS += $(shell pkg-config --libs uuid) LIBS += $(shell pkg-config --libs tinyxml2) -LIBS += $(shell mysql_config --libs_r) +LIBS += $(shell $(SQLCFG) --libs_r) ifdef USEPYTHON CFLAGS += $(shell $(PYTHON)-config --includes) LIBS += $(PYTHON_LIBS) @@ -106,7 +106,7 @@ SOFILE = libvdr-$(PLUGIN).so ### Includes and Defines (add further entries here): -INCLUDES += $(shell mysql_config --include) +INCLUDES += $(shell $(SQLCFG) --include) DEFINES += -DEPG2VDR -DLOG_PREFIX='"$(PLUGIN): "' $(USES) -- cgit v1.2.3