Skip to content

Commit 8680e83

Browse files
committed
fix dba building shared
1 parent 0b0ae27 commit 8680e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/extension/dba.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class dba extends Extension
1212
{
1313
public function getUnixConfigureArg(bool $shared = false): string
1414
{
15-
$qdbm = $this->builder->getLib('qdbm') ? (' --with-qdbm=' . ($shared ? 'shared,' : '') . BUILD_ROOT_PATH) : '';
15+
$qdbm = $this->builder->getLib('qdbm') ? (' --with-qdbm=' . BUILD_ROOT_PATH) : '';
1616
return '--enable-dba' . ($shared ? '=shared' : '') . $qdbm;
1717
}
1818

0 commit comments

Comments
 (0)