Files
loongoffice/external/libffi
Stephan Bergmann 0f2eba5099 external/libffi configure needs MAKE
It failed for me on Windows with

> config.status: error: in `/cygdrive/c/lo/core/workdir/UnpackedTarball/libffi/x86_64-pc-cygwin':
> config.status: error: Something went wrong bootstrapping makefile fragments
>     for automatic dependency tracking.  Try re-running configure with the
>     '--disable-dependency-tracking' option to at least be able to build
>     the package (albeit without support for automatic dependency tracking).
> See `config.log' for more details
> make[1]: *** [C:/lo/core/external/libffi/ExternalProject_libffi.mk:28: C:/lo/core/workdir/ExternalProject/libffi/build] Error 1

because it didn't find any `make` (I only have an /opt/lo/bin/make installed).

Change-Id: Id3e119bbe37df446571a6ef293b8fae8e5b36fde
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99034
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-07-20 17:43:58 +02:00
..
2020-07-17 10:14:36 +02:00

libffi is required to build CPython's ctypes module

https://sourceware.org/libffi/