pass ARCH down to uClibc
[buildroot.git] / package / sqlite / Config.in
blob9e181c9a708a1f1c1fe6bce6f9d18ab2b8b0ad1d
1 config BR2_PACKAGE_SQLITE
2         bool "sqlite"
3         default n
4         select BR2_PACKAGE_NCURSES
5         select BR2_PACKAGE_READLINE
6         help
7           SQLite is a small C library that implements a self-contained,
8           embeddable, zero-configuration SQL database engine.
10           http://www.sqlite.org/