2009-01-21 11:58:17 +00:00
|
|
|
#
|
2016-04-17 12:52:17 +00:00
|
|
|
# Copyright (C) 2009-2016 OpenWrt.org
|
2009-01-21 11:58:17 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=mpfr
|
2016-10-02 21:54:13 +00:00
|
|
|
PKG_VERSION:=3.1.5
|
2009-01-21 11:58:17 +00:00
|
|
|
|
2013-11-25 14:09:24 +00:00
|
|
|
PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) \
|
|
|
|
@GNU/mpfr
|
2016-10-02 21:54:13 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
|
|
PKG_MD5SUM:=c4ac246cf9795a4491e7766002cd528f
|
2009-01-21 11:58:17 +00:00
|
|
|
|
2012-09-15 14:17:49 +00:00
|
|
|
HOST_BUILD_PARALLEL:=1
|
2010-12-15 00:39:14 +00:00
|
|
|
HOST_FIXUP:=autoreconf
|
2010-12-13 21:01:34 +00:00
|
|
|
|
2009-01-21 11:58:17 +00:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2009-04-06 09:56:25 +00:00
|
|
|
HOST_CONFIGURE_ARGS += \
|
|
|
|
--enable-static \
|
|
|
|
--disable-shared \
|
|
|
|
--with-gmp=$(STAGING_DIR_HOST)
|
2009-01-21 11:58:17 +00:00
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|