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:
@@ -19,6 +19,7 @@ USE_CSTD= gnu89
|
||||
CFLAGS_amd64= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
CFLAGS_powerpc64= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
|
||||
PORTDOCS= howto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user