Set LLD_UNSAFE on i386 to workaround linking problem with lld
PR: 214864 Reported by: emaste
This commit is contained in:
parent
882b210927
commit
3b833d2533
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477486
@ -20,6 +20,12 @@ OPTIONS_DEFAULT=MMX
|
||||
|
||||
MMX_CONFIGURE_ENABLE= mmx
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH}=="i386"
|
||||
LLD_UNSAFE= yes # cf. PR 226980
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|AC_DEFUN(AM_PATH_LIBFAME|AC_DEFUN([AM_PATH_LIBFAME]|g' \
|
||||
|
Loading…
Reference in New Issue
Block a user