From: Peter Korsgaard Date: Mon, 26 Nov 2007 15:39:02 +0000 (-0000) Subject: Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc6fab0d149e74b1d7d5bce85a13c6c321d170aa;p=buildroot.git Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501) --- diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 1f53d95cdf..c8c1d6f7ec 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 \