sqlcipher: fix build for xtensa
authorBaruch Siach <baruch@tkos.co.il>
Thu, 23 Jan 2014 09:53:52 +0000 (11:53 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 23 Jan 2014 11:45:33 +0000 (12:45 +0100)
commit43d8dc3a392dcb769075cf1b076376a280c15c99
treef7bc4270345780b1d53e7e3026f67d0ac7735fc8
parent42ed108013082c6836673aabe8d6258f9e7a490f
sqlcipher: fix build for xtensa

The sqlcipher package generates libraries that are too large for the xtensa
default placement of literals in a dedicated section. Use
-mtext-section-literal to place literals in the text section.

Fixes:
http://autobuild.buildroot.net/results/921/92116c2837e4c449919e7a0ab9aebd6abb1cbaf1/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sqlcipher/sqlcipher.mk