Skip to content

Commit fdc4a90

Browse files
committed
Fix pgsql missing symbol
1 parent cf37e16 commit fdc4a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/extension/pgsql.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function patchBeforeConfigure(): bool
4444
public function getUnixConfigureArg(): string
4545
{
4646
if ($this->builder->getPHPVersionID() >= 80400) {
47-
return '--with-pgsql=' . BUILD_ROOT_PATH . ' PGSQL_CFLAGS=-I' . BUILD_INCLUDE_PATH . ' PGSQL_LIBS="-L' . BUILD_LIB_PATH . ' -lpq -lpgport -lpgcommon"';
47+
return '--with-pgsql PGSQL_CFLAGS=-I' . BUILD_INCLUDE_PATH . ' PGSQL_LIBS="-L' . BUILD_LIB_PATH . ' -lpq -lpgport -lpgcommon"';
4848
}
4949
return '--with-pgsql=' . BUILD_ROOT_PATH;
5050
}

0 commit comments

Comments
 (0)