Bug 65269 - libgda2 build fails if it tried to build the firebird provider.
Summary: libgda2 build fails if it tried to build the firebird provider.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 19:50 UTC by Mike Edenfield
Modified: 2004-04-07 01:12 UTC (History)
0 users

See Also:


Attachments
libgda2.diff (512 bytes, patch)
2004-04-06 19:50 UTC, Mike Edenfield
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Edenfield 2004-04-06 19:50:11 UTC
When building libgda2, if it tries to build the Firebird database, it will
fail during the linking step.  The configure script has hard-coded the
Firebird linker flags to link -ldl, which doesn't exist on FreeBSD.

The attached patch just removes this from the flags.  Someone better at
autoconf than me can probably make this detection happen at runtime
so this patch can go into the libgda2 source.

How-To-Repeat: 
Build libgda WITH_FIREBIRD=yes, or after installing databases/firebird.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-04-07 01:12:23 UTC
State Changed
From-To: open->closed

Committed, thanks!