summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2022-01-03 19:33:57 +0100
committerhorchi <vdr@jwendel.de>2022-01-03 19:33:57 +0100
commita7b3392b09a18a4f8c40b732b50db12ce70a28cd (patch)
treecbe10e315e2fdeb6e5c9385fc3bd98f2d75d7f0f /lib/Makefile
parent238ba34e22de51720802c38739e9b688e98ceb57 (diff)
downloadvdr-plugin-epg2vdr-1.2.4.tar.gz
vdr-plugin-epg2vdr-1.2.4.tar.bz2
2022-01-03: version 1.2.4 (horchi)\n - change: Removed dependency to mysql-compat package\n\n1.2.4
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 6c00449..f3ab6dd 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -26,7 +26,7 @@ CFLAGS += $(shell pkg-config --cflags uuid)
CFLAGS += $(shell pkg-config --cflags zlib)
BASELIBS += -lrt
-BASELIBS += $(shell mysql_config --libs_r)
+BASELIBS += $(shell $(SQLCFG) --libs_r)
BASELIBS += $(shell pkg-config --libs uuid)
BASELIBS += $(shell pkg-config --libs zlib)
BASELIBS += $(PYTHON_LIBS)
@@ -53,7 +53,7 @@ ifdef SYSD_NOTIFY
CFLAGS += $(shell pkg-config --cflags libsystemd-daemon)
endif
-CFLAGS += $(shell mysql_config --include)
+CFLAGS += $(shell $(SQLCFG) --include)
DEFINES += $(USES)
all: lib $(TEST) $(DEMO)