mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
patch correct file
This commit is contained in:
parent
15cd8543f1
commit
3467c9d291
@ -127,8 +127,8 @@ trait postgresql
|
||||
|
||||
$libs = PkgConfigUtil::getLibsArray('ldap');
|
||||
$libs = clean_spaces(implode(' ', $libs));
|
||||
FileSystem::replaceFileStr($this->source_dir . '/build/config.status', '-lldap', $libs);
|
||||
FileSystem::replaceFileStr($this->source_dir . '/build/src/Makefile.global', '-lldap', $libs);
|
||||
FileSystem::replaceFileStr($this->source_dir . '/build/Makefile.status', '-lldap', $libs);
|
||||
|
||||
$shell
|
||||
->exec($envs . ' make -C src/bin/pg_config install')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user