Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
d8f57c4e
Commit
d8f57c4e
authored
12 years ago
by
Luka Perkov
Browse files
Options
Downloads
Patches
Plain Diff
mpfr: upgrade to 3.1.1
SVN-Revision: 35828
parent
71978cf1
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/mpfr/Makefile
+3
-3
3 additions, 3 deletions
tools/mpfr/Makefile
tools/mpfr/patches/000-upstream_cumulative.patch
+0
-1945
0 additions, 1945 deletions
tools/mpfr/patches/000-upstream_cumulative.patch
tools/mpfr/patches/001-only_src.patch
+22
-0
22 additions, 0 deletions
tools/mpfr/patches/001-only_src.patch
with
25 additions
and
1948 deletions
tools/mpfr/Makefile
+
3
−
3
View file @
d8f57c4e
#
# Copyright (C) 2009 OpenWrt.org
# Copyright (C) 2009
-2013
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
...
...
@@ -7,11 +7,11 @@
include
$(TOPDIR)/rules.mk
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
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_MD5SUM
:=
f45bac3584922c8004a10060ab1a8f9f
PKG_MD5SUM
:=
e90e0075bb1b5f626c6e31aaa9c64e3b
HOST_BUILD_PARALLEL
:=
1
HOST_FIXUP
:=
autoreconf
...
...
This diff is collapsed.
Click to expand it.
tools/mpfr/patches/000-upstream_cumulative.patch
deleted
100644 → 0
+
0
−
1945
View file @
71978cf1
This diff is collapsed.
Click to expand it.
tools/mpfr/patches/001-
no_tests
.patch
→
tools/mpfr/patches/001-
only_src
.patch
+
22
−
0
View file @
d8f57c4e
Index: mpfr-3.0.0/Makefile.am
===================================================================
--- mpfr-3.0.0.orig/Makefile.am
+++ mpfr-3.0.0/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@
AUTOMAKE_OPTIONS = gnu
ansi2knr
AUTOMAKE_OPTIONS = gnu
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS =
tests
+SUBDIRS =
-SUBDIRS =
doc src tests tune
+SUBDIRS =
src
nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER
FAQ.html
NEWS TODO \
nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER 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@
--- a/Makefile.in
+++ b/Makefile.in
@@ -294,7 +294,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = gnu
ansi2knr
AUTOMAKE_OPTIONS = gnu
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS =
tests
+SUBDIRS =
nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER
FAQ.html
NEWS TODO \
-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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment