1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

irc/irssi-xmpp: fix build on powerpc64le

ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol read_settings; recompile with -fPIC
This commit is contained in:
Piotr Kubaj 2022-08-17 19:55:01 +02:00
parent b4cbdacccc
commit 477b0cfa0d

View File

@ -30,6 +30,7 @@ CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_i386= -fPIC
CFLAGS_powerpc64= -fPIC
CFLAGS_powerpc64le= -fPIC
DATADIR= ${PREFIX}/share/irssi
DOCSDIR= ${PREFIX}/share/doc/irssi