Przeglądaj źródła

Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501)

Peter Korsgaard 17 lat temu
rodzic
commit
dc6fab0d14
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      package/avahi/avahi.mk

+ 2 - 0
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 \