summaryrefslogtreecommitdiff
path: root/package/sqlite
diff options
context:
space:
mode:
authorClayton Shotwell <clayton.shotwell@rockwellcollins.com>2015-06-02 08:28:17 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-17 22:55:54 +0200
commit5ab7bf0bf4952be85ac1e64e62d8831798f0a8ee (patch)
tree16cf88c4db23adb09ae389e5dbdc1196b33cddc4 /package/sqlite
parentebe2968d7056372bbfcae53fcb3ecdd636e9f32b (diff)
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 <clayton.shotwell@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sqlite')
-rw-r--r--package/sqlite/sqlite.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index 9aac8e60e..e4f42afc2 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))