|
@@ -17,6 +17,7 @@ HOST_PSEUDO_DEPENDENCIES = host-attr host-sqlite
|
|
# configure script is not generated by autoconf, so passing --libdir
|
|
# configure script is not generated by autoconf, so passing --libdir
|
|
# is necessary, even if the infrastructure passes --prefix already.
|
|
# is necessary, even if the infrastructure passes --prefix already.
|
|
HOST_PSEUDO_CONF_OPTS = \
|
|
HOST_PSEUDO_CONF_OPTS = \
|
|
|
|
+ --bits=$(if $(filter %64,$(HOSTARCH)),64,32) \
|
|
--libdir=$(HOST_DIR)/usr/lib \
|
|
--libdir=$(HOST_DIR)/usr/lib \
|
|
--with-sqlite=$(HOST_DIR)/usr
|
|
--with-sqlite=$(HOST_DIR)/usr
|
|
|
|
|