summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-07-08 20:46:25 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-07-08 20:46:25 (GMT)
commitff9ffd96fd4ef1d642003b6a5282d1e533e21103 (patch)
tree2cfdff6a3d74aa41bb42b5db6563fd9f91de98ae
parentad8358c4e1064a04999742861ade0cfb015391e1 (diff)
downloadmxe-ff9ffd96fd4ef1d642003b6a5282d1e533e21103.zip
mxe-ff9ffd96fd4ef1d642003b6a5282d1e533e21103.tar.gz
mxe-ff9ffd96fd4ef1d642003b6a5282d1e533e21103.tar.bz2
update package nettle
-rw-r--r--index.html2
-rw-r--r--src/nettle.mk5
2 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 937e4e1..b09cdbe 100644
--- a/index.html
+++ b/index.html
@@ -1625,7 +1625,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="nettle-package">nettle</td>
- <td id="nettle-version">2.4</td>
+ <td id="nettle-version">2.5</td>
<td id="nettle-website"><a href="http://www.lysator.liu.se/~nisse/nettle/">nettle</a></td>
</tr>
<tr>
diff --git a/src/nettle.mk b/src/nettle.mk
index 4c45cf8..a7f49a7 100644
--- a/src/nettle.mk
+++ b/src/nettle.mk
@@ -3,7 +3,7 @@
PKG := nettle
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 1df0cd013e83f73b78a5521411a67e331de3dfa6
+$(PKG)_CHECKSUM := 1061754feb69dd01354525fa7eb6154b28ac887d
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.lysator.liu.se/~nisse/archive/$($(PKG)_FILE)
@@ -19,8 +19,9 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
- --enable-static \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
+ $(MAKE) -C '$(1)' -j '$(JOBS)' getopt.o getopt1.o
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef