[Buildroot] [PATCH v3 02/27] sqlite: Add host build support

Matt Weber matthew.weber at rockwellcollins.com
Fri Jan 9 14:18:15 UTC 2015


From: Clayton Shotwell <clshotwe at rockwellcollins.com>

Signed-off-by: Clayton Shotwell <clshotwe at rockwellcollins.com>
---
 package/sqlite/sqlite.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index a4920eb..8713dfa 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -57,3 +57,4 @@ SQLITE_CONF_OPTS += --disable-readline
 endif
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
1.9.1




More information about the buildroot mailing list