diff options
author | horchi <vdr@jwendel.de> | 2022-01-04 16:50:16 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2022-01-04 16:50:16 +0100 |
commit | 459305962792c43be658282a1e82c96447eb317b (patch) | |
tree | 73c7b1c548e243d41cc71ac36f7009d0a0975cea /epglv | |
parent | a6a1877b390b31d8350fddce943d178ee2930fe5 (diff) | |
download | vdr-epg-daemon-1.2.2.tar.gz vdr-epg-daemon-1.2.2.tar.bz2 |
2022-01-04: version 1.2.2 (horchi)\n - bugfix: Fixed build dependencies\n\n1.2.2
Diffstat (limited to 'epglv')
-rw-r--r-- | epglv/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 \ |