From 459305962792c43be658282a1e82c96447eb317b Mon Sep 17 00:00:00 2001 From: horchi Date: Tue, 4 Jan 2022 16:50:16 +0100 Subject: 2022-01-04: version 1.2.2 (horchi)\n - bugfix: Fixed build dependencies\n\n --- HISTORY.h | 5 ++++- epglv/Makefile | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/HISTORY.h b/HISTORY.h index f5af6ef..55916ad 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -4,7 +4,7 @@ * ----------------------------------- */ -#define _VERSION "1.2.1" +#define _VERSION "1.2.2" #define VERSION_DATE "04.01.2022" #define DB_API 7 @@ -18,6 +18,9 @@ * ------------------------------------ * +2022-01-04: version 1.2.2 (horchi) + - bugfix: Fixed build dependencies + 2022-01-04: version 1.2.1 (horchi) - change: Makefile change du to more distribution compatibility diff --git a/epglv/Makefile b/epglv/Makefile index 82fa934..b9af7b6 100644 --- a/epglv/Makefile +++ b/epglv/Makefile @@ -15,10 +15,6 @@ endif CPP_FLAGS := $(CPP_FLAGS_$(ARCH)) -Wall \ -fPIC \ - -I/usr/local/include/mysql \ - -L/usr/lib/mysql \ - -L/usr/local/lib/mysql \ - -I/usr/include/mysql \ $(shell $(SQLCFG) --libs) \ $(shell $(SQLCFG) --include) \ -DMYSQL_DYNAMIC_PLUGIN \ -- cgit v1.2.3