git: 477b0cfa0dc4 - main - irc/irssi-xmpp: fix build on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Aug 2022 22:41:20 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=477b0cfa0dc475af07a2e54bd2f6f9b4c3bb0017 commit 477b0cfa0dc475af07a2e54bd2f6f9b4c3bb0017 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-08-17 17:55:01 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-08-19 22:40:52 +0000 irc/irssi-xmpp: fix build on powerpc64le ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol read_settings; recompile with -fPIC --- irc/irssi-xmpp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile index 807e988bf34a..b3b52c857363 100644 --- a/irc/irssi-xmpp/Makefile +++ b/irc/irssi-xmpp/Makefile @@ -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