diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-13 23:07:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-13 23:07:30 +0000 |
commit | 7a8254a581a732b948c12b058b923f5612ed6481 (patch) | |
tree | bd936ef1de8a47d59823b255f1626dca77b74ad1 /tools | |
parent | d9df1e57f51b5c6279e761a720e7ee3a2be50924 (diff) | |
download | upstream-7a8254a581a732b948c12b058b923f5612ed6481.tar.gz upstream-7a8254a581a732b948c12b058b923f5612ed6481.tar.bz2 upstream-7a8254a581a732b948c12b058b923f5612ed6481.zip |
[tools] mpfr: disable host fixup for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mpfr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 13ee63a6a7..1c116eba4b 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -13,7 +13,7 @@ PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_MD5SUM:=f45bac3584922c8004a10060ab1a8f9f -HOST_FIXUP:=autoreconf +#HOST_FIXUP:=autoreconf include $(INCLUDE_DIR)/host-build.mk |