Skip to content
Snippets Groups Projects
Commit c2887b8f authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

devel/cargo-leptos: fix build on powerpc

LLVM ERROR: out of memory
parent 57ca7ff7
No related branches found
No related tags found
No related merge requests found
......@@ -379,6 +379,12 @@ OPENSSLLIB= /usr/lib
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
LTO_UNSAFE= yes
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment