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>
This commit is contained in:
Clayton Shotwell 2015-06-02 08:28:17 -05:00 committed by Thomas Petazzoni
parent ebe2968d70
commit 5ab7bf0bf4

View File

@ -53,3 +53,4 @@ SQLITE_CONF_OPTS += --disable-readline
endif
$(eval $(autotools-package))
$(eval $(host-autotools-package))