Showing with 1 addition and 1 deletion.
  1. +1 −1 dev-libs/libffi_bootstrap/libffi_bootstrap-3.3.recipe
2 changes: 1 addition & 1 deletion dev-libs/libffi_bootstrap/libffi_bootstrap-3.3.recipe
Expand Up @@ -43,7 +43,7 @@ SOURCE_DIR="libffi-$portVersion"

BUILD()
{
runConfigure ./configure --disable-docs --build=$buildMachineTriple --host=$targetMachineTriple
runConfigure ./configure --disable-docs --build=$buildMachineTriple --host=$targetMachineTriple --disable-static
make $jobArgs
}

Expand Down