devel/libffi: fix build with lld17
ld: error: version script assignment of 'LIBFFI_BASE_8.0' to symbol 'ffi_type_longdouble' failed: symbol not defined
This commit is contained in:
parent
08ff7700f2
commit
b547544132
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ INSTALL_TARGET= install-strip
|
|||
INFO= libffi
|
||||
TEST_TARGET= check
|
||||
|
||||
LDFLAGS+= -Wl,--undefined-version
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| -Wno-psabi||g' \
|
||||
${WRKSRC}/testsuite/lib/libffi.exp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue