Add --enable-pic for default autoconf args

This commit is contained in:
crazywhalecc
2025-06-09 19:54:46 +08:00
committed by Jerry Ma
parent 8b09e1a446
commit 1b08a250f6
4 changed files with 3 additions and 8 deletions

View File

@@ -108,6 +108,7 @@ class UnixAutoconfExecutor extends Executor
'--enable-static',
"--prefix={$this->library->getBuildRootPath()}",
'--with-pic',
'--enable-pic',
];
}