X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f047eb681484f8d1f6034f67732a6bdab3d66cd7..8e5950efc511109ddec21ade83a11461e98a5088:/tools/mpfr/Makefile diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 13ee63a6a..72712f219 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -22,4 +22,9 @@ HOST_CONFIGURE_ARGS += \ --disable-shared \ --with-gmp=$(STAGING_DIR_HOST) +define Host/Configure + echo "PATH=$(shell echo $$PATH)" + $(call Host/Configure/Default) +endef + $(eval $(call HostBuild))