Changeset 15781


Ignore:
Timestamp:
2008-05-29T12:02:36+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Now configures SQLite too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/configure

    r15551 r15781  
    265265cd "$PACKAGES/html-tidy/tidy" && \
    266266./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
     267
     268# configure SQLite
     269echo ""
     270echo "Configuring SQLite"
     271echo ""
     272cd "$PACKAGES/sqlite"
     273gzip -dc sqlite-amalgamation-3.5.9.tar.gz | tar -xf -
     274cd "$PACKAGES/sqlite/sqlite-amalgamation-3.5.9" && \
     275./configure $CACHE_FILE --prefix="$PACKAGES/sqlite" --bindir="$bindir" $HOSTTARGETFLAGS $ENVIRONMENT
Note: See TracChangeset for help on using the changeset viewer.