From 6f7b14aca9909652de88fb22ed5a696c9f643e06 Mon Sep 17 00:00:00 2001 From: horchi <vdr@jwendel.de> Date: Mon, 3 Jan 2022 19:33:30 +0100 Subject: 2022-01-03: version 1.2.0 (horchi)\n - change: Removed dependency to mysql-compat package\n\n --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index c17589b..037b21b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -27,7 +27,7 @@ ifdef USECURL endif BASELIBS += -lrt -lz -luuid -BASELIBS += $(shell mysql_config --libs_r) +BASELIBS += $(shell $(SQLCFG) --libs_r) ifdef USECURL BASELIBS += -lcurl @@ -59,7 +59,7 @@ ifdef DEBUG CFLAGS += -ggdb -O0 endif -CFLAGS += $(shell mysql_config --include) +CFLAGS += $(shell $(SQLCFG) --include) DEFINES += $(USES) all: lib $(TEST) $(DEMO) -- cgit v1.2.3