Bug 65269

Summary: libgda2 build fails if it tried to build the firebird provider.
Product: Ports & Packages Reporter: Mike Edenfield <kutulu>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libgda2.diff none

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!