[Mono-bugs] [Bug 553640] New: Fix sqlite library name in configure.in

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Nov 8 03:53:18 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=553640


           Summary: Fix sqlite library name in configure.in
    Classification: Mono
           Product: Mono: Runtime
           Version: unspecified
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: romain at blogreen.org
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=326160)
 --> (http://bugzilla.novell.com/attachment.cgi?id=326160)
FreeBSD fix for sqlite library names

In mono's configure.in, sqlite is configured as:

SQLITE="libsqlite.so.0"
SQLITE3="libsqlite3.so.0"

However, FreeBSD ports provide libsqlite.so.2 and libsqlite3.so.8.  The
attached patch conditionnaly override the default names for FreeBSD (just like
it is done for MacOS X).  For the sake of consistency, the version number have
been stripped just like it was done for libc and libintl.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list