git: d1207aa8bb17 - main - databases/luadbi: Ignore with mysql 8.l0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 11:00:10 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1207aa8bb174f0ecdfa319137a26b32d6ecd986
commit d1207aa8bb174f0ecdfa319137a26b32d6ecd986
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-02-01 10:58:42 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-02-01 10:58:42 +0000
databases/luadbi: Ignore with mysql 8.l0
PR: 269203
Reported by: exp-run
Approved by: portmgr (just-fix-it)
---
databases/luadbi/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/databases/luadbi/Makefile b/databases/luadbi/Makefile
index 1252236e68e4..8e1230770253 100644
--- a/databases/luadbi/Makefile
+++ b/databases/luadbi/Makefile
@@ -40,6 +40,7 @@ MYSQL_ALL_TARGET= mysql
MYSQL_PLIST_FILES= %%LUA_MODLIBDIR%%/dbd/mysql.so
MYSQL_MAKE_ENV+= MYSQL_LDFLAGS="-L${LOCALBASE}/lib/mysql -lmysqlclient"
MYSQL_MAKE_ENV+= MYSQL_INC="-I${LOCALBASE}/include/mysql"
+MYSQL_VARS= IGNORE_WITH_MYSQL=80
SQLITE3_USES= localbase:ldflags sqlite:3
SQLITE3_ALL_TARGET= sqlite3