databases/mysql-udf: fix build on riscv64

Same issue as other architectures.
This commit is contained in:
Piotr Kubaj
2022-01-04 18:11:45 +00:00
parent 18da48b5f5
commit 01e983f516

View File

@@ -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 \