mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
remove --enable-wrapper=gcc for fix-musl
This commit is contained in:
parent
b6409bded4
commit
d56c060863
@ -88,7 +88,7 @@ class LinuxMuslCheck
|
|||||||
Downloader::downloadSource($musl_version_name, $musl_source);
|
Downloader::downloadSource($musl_version_name, $musl_source);
|
||||||
FileSystem::extractSource($musl_version_name, DOWNLOAD_PATH . "/{$musl_version_name}.tar.gz");
|
FileSystem::extractSource($musl_version_name, DOWNLOAD_PATH . "/{$musl_version_name}.tar.gz");
|
||||||
shell(true)->cd(SOURCE_PATH . "/{$musl_version_name}")
|
shell(true)->cd(SOURCE_PATH . "/{$musl_version_name}")
|
||||||
->exec('./configure --enable-wrapper=gcc')
|
->exec('./configure')
|
||||||
->exec('make -j')
|
->exec('make -j')
|
||||||
->exec("{$prefix}make install");
|
->exec("{$prefix}make install");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user