mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
mail/eps: fix build on powerpc with clang
Add -fPIC: ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output >>> defined in mime.o >>> referenced by mime.c >>> mime.o:(mime_content_type)
This commit is contained in:
parent
147f242d90
commit
2d5466ce8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531666
@ -19,6 +19,7 @@ USE_CSTD= gnu89
|
||||
CFLAGS_amd64= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
CFLAGS_powerpc64= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
|
||||
PORTDOCS= howto
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user