2009-01-21 11:58:17 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=mpfr
|
2010-04-19 15:43:08 +00:00
|
|
|
PKG_VERSION:=2.4.2
|
2009-01-21 11:58:17 +00:00
|
|
|
|
2009-08-20 16:08:52 +00:00
|
|
|
PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION)
|
2009-01-21 11:58:17 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
2010-04-19 15:43:08 +00:00
|
|
|
PKG_MD5SUM:=89e59fe665e2b3ad44a6789f40b059a0
|
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))
|