New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 32212

Show
Ignore:
Timestamp:
12/20/2007 00:45:23 (4 years ago)
Author:
jmpp@…
Message:

When building on Panther, the new registry sources (cregistry and registry2.0) fail 'cause there's no sqlite3
on that platform. In this case we build with our bundled sqlite3, so if we're doing that go ahead and append
a "-I../sqlite-3.1.3" rule to our includes search path, so that sqlite3 headers are found.

Maun Suang, can you please try building trunk + this patch on Panther?

Location:
trunk/base
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/configure

    r32167 r32212  
    1200012000if test "$with_included_sqlite3" = "yes"; then 
    1200112001        OUR_INCLUDED_PACKAGES="$OUR_INCLUDED_PACKAGES sqlite-3.1.3" 
     12002        INCLUDES="$INCLUDES -I../sqlite-3.1.3" 
    1200212003        subdirs="$subdirs src/sqlite-3.1.3" 
    1200312004 
  • trunk/base/configure.ac

    r32167 r32212  
    262262if test "$with_included_sqlite3" = "yes"; then 
    263263        OUR_INCLUDED_PACKAGES="$OUR_INCLUDED_PACKAGES sqlite-3.1.3" 
     264        INCLUDES="$INCLUDES -I../sqlite-3.1.3" 
    264265        AC_CONFIG_SUBDIRS([src/sqlite-3.1.3]) 
    265266        # Extract sqlite3 package