Ignore:
Timestamp:
2010-01-26T13:29:17+13:00 (14 years ago)
Author:
mdewsnip
Message:

Changed the SQLite configure command so the --bindir argument is passed through to it correctly.

Location:
main/trunk/gs2-core/common-src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/common-src/configure

    r21538 r21626  
    27312731  # Configure SQLite manually
    27322732  cd packages/sqlite/sqlite-amalgamation-3.5.9
    2733   ./configure --prefix=`pwd`/..
     2733  ./configure --prefix=`pwd`/.. --bindir="$bindir"
    27342734  cd ../../..
    27352735fi
  • main/trunk/gs2-core/common-src/configure.ac

    r21542 r21626  
    8686  # Configure SQLite manually
    8787  cd packages/sqlite/sqlite-amalgamation-3.5.9
    88   ./configure --prefix=`pwd`/..
     88  ./configure --prefix=`pwd`/.. --bindir="$bindir"
    8989  cd ../../..
    9090fi
Note: See TracChangeset for help on using the changeset viewer.