HomeDevCentral
Diffusion fbsql 1dc23fdb224d

Allow to build with BSD make

Description

Allow to build with BSD make

Summary:
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.

Test Plan:

  • make then load in TCL interpreter with load ./fbsql.so
  • gmake then load

Differential Revision: https://devcentral.nasqueron.org/D3913

Details

Provenance
derecksonAuthored on Sat, Feb 7, 13:57
derecksonPushed on Sat, Feb 7, 13:59
Differential Revision
D3913: Allow to build with BSD make
Parents
rFBSQLfda64dc4e58a: Allow make to build on FreeBSD natively
Branches
Unknown
Tags
Unknown
References
HEAD -> main