mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +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 = PkgConfigUtil::getLibsArray('ldap');
|
||||||
$libs = clean_spaces(implode(' ', $libs));
|
$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/src/Makefile.global', '-lldap', $libs);
|
||||||
FileSystem::replaceFileStr($this->source_dir . '/build/Makefile.status', '-lldap', $libs);
|
|
||||||
|
|
||||||
$shell
|
$shell
|
||||||
->exec($envs . ' make -C src/bin/pg_config install')
|
->exec($envs . ' make -C src/bin/pg_config install')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user