mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/mysql-udf: fix build on powerpc(64) with clang
Error: ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol compare_doubles(void const*, void const*); recompile with -fPIC
This commit is contained in:
parent
bbd534b285
commit
3ddac067a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530807
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ USES= mysql
|
||||||
CFLAGS_aarch64+=-fPIC
|
CFLAGS_aarch64+=-fPIC
|
||||||
CFLAGS_amd64+= -fPIC
|
CFLAGS_amd64+= -fPIC
|
||||||
CFLAGS_i386+= -fPIC
|
CFLAGS_i386+= -fPIC
|
||||||
|
CFLAGS_powerpc+=-fPIC
|
||||||
|
CFLAGS_powerpc64+= -fPIC
|
||||||
|
|
||||||
MODULES= colwidth confidence_higher confidence_lower correlation \
|
MODULES= colwidth confidence_higher confidence_lower correlation \
|
||||||
faculty geomean intercept kurtosis longest median noverm \
|
faculty geomean intercept kurtosis longest median noverm \
|
||||||
|
|
Loading…
Add table
Reference in a new issue