We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e772e commit b690566Copy full SHA for b690566
src/SPC/builder/unix/library/postgresql.php
@@ -93,8 +93,7 @@ protected function build(): void
93
94
// remove dynamic libs
95
shell()->cd($this->source_dir . '/build')
96
- ->exec("rm -rf {$this->getBuildRootPath()}/lib/*.so.*")
97
- ->exec("rm -rf {$this->getBuildRootPath()}/lib/*.so")
+ ->exec("rm -rf {$this->getBuildRootPath()}/lib/*.so*")
98
->exec("rm -rf {$this->getBuildRootPath()}/lib/*.dylib");
99
100
FileSystem::replaceFileStr("{$this->getLibDir()}/pkgconfig/libpq.pc", '-lldap', '-lldap -llber');
0 commit comments