Skip to content

Commit 3467c9d

Browse files
committed
patch correct file
1 parent 15cd854 commit 3467c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/postgresql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ protected function build(): void
127127

128128
$libs = PkgConfigUtil::getLibsArray('ldap');
129129
$libs = clean_spaces(implode(' ', $libs));
130+
FileSystem::replaceFileStr($this->source_dir . '/build/config.status', '-lldap', $libs);
130131
FileSystem::replaceFileStr($this->source_dir . '/build/src/Makefile.global', '-lldap', $libs);
131-
FileSystem::replaceFileStr($this->source_dir . '/build/Makefile.status', '-lldap', $libs);
132132

133133
$shell
134134
->exec($envs . ' make -C src/bin/pg_config install')

0 commit comments

Comments
 (0)