Date: Tue, 4 Jan 2022 18:17:57 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 01e983f5165d - main - databases/mysql-udf: fix build on riscv64 Message-ID: <202201041817.204IHvUC039352@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=01e983f5165dc1165fbaef4a0c26d7ddbd7eff17 commit 01e983f5165dc1165fbaef4a0c26d7ddbd7eff17 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-01-04 18:11:45 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-01-04 18:11:45 +0000 databases/mysql-udf: fix build on riscv64 Same issue as other architectures. --- databases/mysql-udf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile index b80cd98ad4a3..9ec20b2e2276 100644 --- a/databases/mysql-udf/Makefile +++ b/databases/mysql-udf/Makefile @@ -18,6 +18,7 @@ CFLAGS_i386= -fPIC CFLAGS_powerpc= -fPIC CFLAGS_powerpc64= -fPIC CFLAGS_powerpc64le= -fPIC +CFLAGS_riscv64= -fPIC MODULES= colwidth confidence_higher confidence_lower correlation \ faculty geomean intercept kurtosis longest median noverm \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201041817.204IHvUC039352>