Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kompexsqlite: needs threads and wchar | Gustavo Zacarias | 2015-11-25 | 1 | -2/+5 |
| | | | | | | | | | | | | | Wchar is used by the wrapper, fixes: http://autobuild.buildroot.net/results/763/763d9aff86085b67077fc665e462cee81962246d/ Threads can be disabled by the sqlite build system, but since kompexsqlite doesn't use the sqlite buildsystem and only uses a bundled version it falls back to the default for *nixes (enabled), fixes: http://autobuild.buildroot.net/results/c0b/c0b65be99603a2c2f07a38078f6b5622353915ca/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | kompexsqlite: don't overwrite CFLAGS and CXXFLAGS in makefiles | Max Filippov | 2015-09-25 | 1 | -0/+49 |
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/68c1cd7ce7889cf8bad8354e8d7b04e912885cb7 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | kompexsqlite: new package | Gustavo Zacarias | 2015-09-19 | 4 | -0/+55 |
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |