mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
update patch order
This commit is contained in:
parent
81df124b42
commit
13e0e12181
@ -10,7 +10,7 @@ trait ldap
|
||||
{
|
||||
public function patchBeforeBuild(): bool
|
||||
{
|
||||
FileSystem::replaceFileStr($this->source_dir . '/configure', '"-lssl -lcrypto', '"-lz -lssl -lcrypto');
|
||||
FileSystem::replaceFileStr($this->source_dir . '/configure', '"-lssl -lcrypto', '"-lssl -lcrypto -lz');
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@ -102,8 +102,6 @@ class BuildCliCommand extends BuildCommand
|
||||
SourcePatcher::patchHardcodedINI($custom_ini);
|
||||
}
|
||||
|
||||
shell(true)->cd(BUILD_LIB_PATH)->exec('cat pkgconfig/ldap.pc');
|
||||
logger()->info('TEST BREAKPOINT');
|
||||
// start to build
|
||||
$builder->buildPHP($rule);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user