The linker step doesn't include the fbsql compiled object code.
This fixes the following issue when built with BSD Make:
cannot find symbol "Fbsql_Init": Undefined symbol "_Fbsql_Init"
This is a follow-up for 0dfc69538776.
Differential D3913
Allow to build with BSD make Authored by dereckson on Sat, Feb 7, 13:58.
Details
The linker step doesn't include the fbsql compiled object code. This fixes the following issue when built with BSD Make: This is a follow-up for 0dfc69538776.
Diff Detail
|