mpfr: upgrade to 3.1.1
SVN-Revision: 35828
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| # | # | ||||||
| # Copyright (C) 2009 OpenWrt.org | # Copyright (C) 2009-2013 OpenWrt.org | ||||||
| # | # | ||||||
| # This is free software, licensed under the GNU General Public License v2. | # This is free software, licensed under the GNU General Public License v2. | ||||||
| # See /LICENSE for more information. | # See /LICENSE for more information. | ||||||
| @@ -7,11 +7,11 @@ | |||||||
| include $(TOPDIR)/rules.mk | include $(TOPDIR)/rules.mk | ||||||
|  |  | ||||||
| PKG_NAME:=mpfr | PKG_NAME:=mpfr | ||||||
| PKG_VERSION:=3.0.0 | PKG_VERSION:=3.1.1 | ||||||
|  |  | ||||||
| PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) | PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) | ||||||
| PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 | ||||||
| PKG_MD5SUM:=f45bac3584922c8004a10060ab1a8f9f | PKG_MD5SUM:=e90e0075bb1b5f626c6e31aaa9c64e3b | ||||||
|  |  | ||||||
| HOST_BUILD_PARALLEL:=1 | HOST_BUILD_PARALLEL:=1 | ||||||
| HOST_FIXUP:=autoreconf | HOST_FIXUP:=autoreconf | ||||||
|   | |||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1,26 +0,0 @@ | |||||||
| Index: mpfr-3.0.0/Makefile.am |  | ||||||
| =================================================================== |  | ||||||
| --- mpfr-3.0.0.orig/Makefile.am |  | ||||||
| +++ mpfr-3.0.0/Makefile.am |  | ||||||
| @@ -12,7 +12,7 @@ |  | ||||||
|  AUTOMAKE_OPTIONS = gnu ansi2knr |  | ||||||
|  ACLOCAL_AMFLAGS = -I m4 |  | ||||||
|   |  | ||||||
| -SUBDIRS = tests |  | ||||||
| +SUBDIRS = |  | ||||||
|   |  | ||||||
|  nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO \ |  | ||||||
|    examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ |  | ||||||
| Index: mpfr-3.0.0/Makefile.in |  | ||||||
| =================================================================== |  | ||||||
| --- mpfr-3.0.0.orig/Makefile.in |  | ||||||
| +++ mpfr-3.0.0/Makefile.in |  | ||||||
| @@ -357,7 +357,7 @@ top_builddir = @top_builddir@ |  | ||||||
|  top_srcdir = @top_srcdir@ |  | ||||||
|  AUTOMAKE_OPTIONS = gnu ansi2knr |  | ||||||
|  ACLOCAL_AMFLAGS = -I m4 |  | ||||||
| -SUBDIRS = tests |  | ||||||
| +SUBDIRS = |  | ||||||
|  nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO \ |  | ||||||
|    examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ |  | ||||||
|    examples/version.c |  | ||||||
							
								
								
									
										22
									
								
								tools/mpfr/patches/001-only_src.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								tools/mpfr/patches/001-only_src.patch
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | |||||||
|  | --- a/Makefile.am | ||||||
|  | +++ b/Makefile.am | ||||||
|  | @@ -12,7 +12,7 @@ | ||||||
|  |  AUTOMAKE_OPTIONS = gnu | ||||||
|  |  ACLOCAL_AMFLAGS = -I m4 | ||||||
|  |   | ||||||
|  | -SUBDIRS = doc src tests tune | ||||||
|  | +SUBDIRS = src | ||||||
|  |   | ||||||
|  |  nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \ | ||||||
|  |    examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ | ||||||
|  | --- a/Makefile.in | ||||||
|  | +++ b/Makefile.in | ||||||
|  | @@ -294,7 +294,7 @@ top_builddir = @top_builddir@ | ||||||
|  |  top_srcdir = @top_srcdir@ | ||||||
|  |  AUTOMAKE_OPTIONS = gnu | ||||||
|  |  ACLOCAL_AMFLAGS = -I m4 | ||||||
|  | -SUBDIRS = doc src tests tune | ||||||
|  | +SUBDIRS = src | ||||||
|  |  nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \ | ||||||
|  |    examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ | ||||||
|  |    examples/version.c | ||||||
		Reference in New Issue
	
	Block a user
	 Luka Perkov
					Luka Perkov