configure: Do not build the ununsed libffi shared library.
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 7 Aug 2023 11:07:10 +0000 (13:07 +0200)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Aug 2023 00:28:22 +0000 (09:58 +0930)
commit6d80d4cf716e4d8d066cba03915cc794dde65110
treea79f26ad5f098c24add88f998fde7cef1955fc48
parent047b13da37d308778c91bfb744e8d695e56af77d
configure: Do not build the ununsed libffi shared library.

We do not use the shared libffi libraray, nor do we install it.
However, on at least Darwin, the shared version will be picked
up for testing, so it is preferrable not to build it.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
* Makefile.def: Do not build shared libffi.
Makefile.def