Răsfoiți Sursa

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>
Clayton Shotwell 10 ani în urmă
părinte
comite
5ab7bf0bf4
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      package/sqlite/sqlite.mk

+ 1 - 0
package/sqlite/sqlite.mk

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