summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-06 19:49:04 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-06 19:49:04 (GMT)
commitaf7c35be83b472d7e439ade82dc01afc9c502292 (patch)
tree5af27f78593cfc8930e712b8b52573703331415d
parentb6fcd2b629107570986bc869c10d0a2ea41f1aea (diff)
downloadmxe-af7c35be83b472d7e439ade82dc01afc9c502292.zip
mxe-af7c35be83b472d7e439ade82dc01afc9c502292.tar.gz
mxe-af7c35be83b472d7e439ade82dc01afc9c502292.tar.bz2
update package gmp
-rw-r--r--index.html2
-rw-r--r--src/gmp.mk3
2 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index fa091a0..4b39c99 100644
--- a/index.html
+++ b/index.html
@@ -1175,7 +1175,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="gmp-package">gmp</td>
- <td id="gmp-version">5.0.4</td>
+ <td id="gmp-version">5.0.5</td>
<td id="gmp-website"><a href="http://www.gmplib.org/">GMP</a></td>
</tr>
<tr>
diff --git a/src/gmp.mk b/src/gmp.mk
index 036d68c..70245af 100644
--- a/src/gmp.mk
+++ b/src/gmp.mk
@@ -3,7 +3,7 @@
PKG := gmp
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := ea4ea7c3f10436ef5ae7a75b3fad163a8b86edc0
+$(PKG)_CHECKSUM := 12a662456033e21aed3e318aef4177f4000afe3b
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gmplib.org/pub/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)
@@ -21,6 +21,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && CC_FOR_BUILD=gcc ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--enable-cxx \