mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
Add --enable-pic for default autoconf args
This commit is contained in:
@@ -108,6 +108,7 @@ class UnixAutoconfExecutor extends Executor
|
||||
'--enable-static',
|
||||
"--prefix={$this->library->getBuildRootPath()}",
|
||||
'--with-pic',
|
||||
'--enable-pic',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user