From 5ab7bf0bf4952be85ac1e64e62d8831798f0a8ee Mon Sep 17 00:00:00 2001 From: Clayton Shotwell Date: Tue, 2 Jun 2015 08:28:17 -0500 Subject: [PATCH] sqlite: Add host build support Host sqlite is required by the host build of the setools package which is required for SELinux support. Signed-off-by: Clayton Shotwell Signed-off-by: Thomas Petazzoni --- package/sqlite/sqlite.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index 9aac8e60e1..e4f42afc25 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -53,3 +53,4 @@ SQLITE_CONF_OPTS += --disable-readline endif $(eval $(autotools-package)) +$(eval $(host-autotools-package))