X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fautotools.mk;h=592fcdebd732d4dc460d14ef19d72c7762369dff;hb=150d7342e31daaba70da07eae34c921340b754e4;hp=5e1c1053e487a78e7fcb0b459d041773ac759d26;hpb=df15ee9bcb035d7cc296d2582dad314569e38ec0;p=openwrt.git diff --git a/include/autotools.mk b/include/autotools.mk index 5e1c1053e4..592fcdebd7 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -61,14 +61,14 @@ define autoreconf_target endef ifneq ($(filter libtool,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool + PKG_BUILD_DEPENDS += libtool libintl ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),) Hooks/Configure/Pre += autoreconf_target endif endif ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),) - PKG_BUILD_DEPENDS += libtool + PKG_BUILD_DEPENDS += libtool libintl ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),) Hooks/Configure/Pre += autoreconf_target endif