From c88cc982174a5a729467818457d8a680ff554c46 Mon Sep 17 00:00:00 2001 From: Mahder Gebremedhin Date: Sat, 21 May 2022 19:19:32 +0200 Subject: [PATCH] Disable autosetting of optimization flags by libffi. (#8996) - Disable the setting of optimization flags. automatically by libffi's own decisions. For OpenModelica we want to pass the options and flags ourselves. This was ignoring all CFLAGS we pass to libffi including `-fPIC` breaking the build of OpenModelica on Fedora 36 because the libray could not be linked to a shared library (since it was not compiled as position independent code.) --- OMCompiler/3rdParty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OMCompiler/3rdParty b/OMCompiler/3rdParty index 8297b96891d..49b75bc89d2 160000 --- a/OMCompiler/3rdParty +++ b/OMCompiler/3rdParty @@ -1 +1 @@ -Subproject commit 8297b96891df13fd9e0c319042ea4912e023e826 +Subproject commit 49b75bc89d2d6764099016313e3faead840710bc