Commit 03bb359c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

diffutils: fix configure cache issue with BR2_NEEDS_GETTEXT



Like flex, diffutils doesn't NEED gettext/libintl, but it's configure script
checks for it, so make sure those a built before diffutils, otherwise it
will populate tgt-config.cache with invalid values, breaking the build of
other packages needing it (like libglib2).

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ccd0fc4e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,10 @@ DIFFUTILS_SITE:=$(BR2_GNU_MIRROR)/diffutils

DIFFUTILS_INSTALL_STAGING = YES

DIFFUTILS_DEPENDENCIES = \
	$(if $(BR2_PACKAGE_GETTEXT),gettext) \
	$(if $(BR2_PACKAGE_LIBINTL),libintl)

DIFFUTILS_CONF_ENV = ac_cv_func_strtod=yes
		ac_fsusage_space=yes \
		fu_cv_sys_stat_statfs2_bsize=yes \