HOST_CONFIGURE_ARGS += \
--enable-install-program=$(subst $(space),$(comma),$(strip $(BUILD_PROGRAMS)))
+HOST_CONFIGURE_VARS += \
+ gl_cv_func_ftello_works=yes \
+
HOST_MAKE_FLAGS += \
PROGRAMS="$(BUILD_BINS)" \
LIBRARIES= MANS= SUBDIRS=.
include $(INCLUDE_DIR)/host-build.mk
+HOST_CONFIGURE_VARS += \
+ gl_cv_func_ftello_works=yes
+
$(eval $(call HostBuild))
include $(INCLUDE_DIR)/host-build.mk
-HOST_CONFIGURE_VARS += gl_cv_func_strstr_linear=no
+HOST_CONFIGURE_VARS += \
+ gl_cv_func_strstr_linear=no \
+ gl_cv_func_ftello_works=yes \
define Host/Clean
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
ac_cv_search_setfilecon=no \
ac_cv_header_selinux_context_h=no \
ac_cv_header_selinux_selinux_h=no \
+ gl_cv_func_ftello_works=yes \
define Host/Compile
+$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"