* [Buildroot] [PATCH] sqlcipher: specify tclConfig.sh directory
@ 2015-10-14 21:41 Gustavo Zacarias
2015-10-14 21:53 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-10-14 21:41 UTC (permalink / raw)
To: buildroot
Otherwise it will search around, and if the host has it then it breaks.
Fixes:
http://autobuild.buildroot.net/results/057/0572a9a1f69ee214efb10863f5d2852b25bf4f54/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/sqlcipher/sqlcipher.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/sqlcipher/sqlcipher.mk b/package/sqlcipher/sqlcipher.mk
index 9693eb9..fadec22 100644
--- a/package/sqlcipher/sqlcipher.mk
+++ b/package/sqlcipher/sqlcipher.mk
@@ -14,7 +14,8 @@ SQLCIPHER_CONF_ENV = \
TCLSH_CMD=$(HOST_DIR)/usr/bin/tclsh$(TCL_VERSION_MAJOR)
SQLCIPHER_CONF_OPTS = \
- --enable-threadsafe
+ --enable-threadsafe \
+ --with-tcl=$(HOST_DIR)/usr/lib
SQLCIPHER_CFLAGS += -DSQLITE_HAS_CODEC # Required according to the README
SQLCIPHER_CONF_ENV += LIBS="-lcrypto -lz"
--
2.4.9
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] sqlcipher: specify tclConfig.sh directory
2015-10-14 21:41 [Buildroot] [PATCH] sqlcipher: specify tclConfig.sh directory Gustavo Zacarias
@ 2015-10-14 21:53 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-10-14 21:53 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Wed, 14 Oct 2015 18:41:57 -0300, Gustavo Zacarias wrote:
> Otherwise it will search around, and if the host has it then it breaks.
> Fixes:
> http://autobuild.buildroot.net/results/057/0572a9a1f69ee214efb10863f5d2852b25bf4f54/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/sqlcipher/sqlcipher.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-14 21:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 21:41 [Buildroot] [PATCH] sqlcipher: specify tclConfig.sh directory Gustavo Zacarias
2015-10-14 21:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox