diff options
Diffstat (limited to 'package/avahi')
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 1f53d95cd..c8c1d6f7e 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -55,6 +55,8 @@ $(AVAHI_DIR)/.unpacked: $(DL_DIR)/$(AVAHI_SOURCE) $(AVAHI_DIR)/.configured: $(AVAHI_DIR)/.unpacked $(AVAHI_EXTRA_DEPS) (cd $(AVAHI_DIR) && rm -rf config.cache && autoconf) (cd $(AVAHI_DIR) && \ + $(TARGET_CONFIGURE_OPTS) \ + $(TARGET_CONFIGURE_ARGS) \ ac_cv_func_strtod=yes \ ac_fsusage_space=yes \ fu_cv_sys_stat_statfs2_bsize=yes \ |