summaryrefslogtreecommitdiffstats
path: root/src/popt.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-05-11 23:15:55 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-05-11 23:15:55 (GMT)
commitb57b64eda4ac66e58ac4bf850eed2336cecc9fc0 (patch)
tree3064f43d0048db3a5efe18109a60c1ba2117c2cf /src/popt.mk
parent842a36b24c0fe76a08150d0eccd2f830b1268fa6 (diff)
downloadmxe-b57b64eda4ac66e58ac4bf850eed2336cecc9fc0.zip
mxe-b57b64eda4ac66e58ac4bf850eed2336cecc9fc0.tar.gz
mxe-b57b64eda4ac66e58ac4bf850eed2336cecc9fc0.tar.bz2
upgrade package popt
Much easier now that we don't need gnulib here.
Diffstat (limited to 'src/popt.mk')
-rw-r--r--src/popt.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/popt.mk b/src/popt.mk
index 2dc22a5..9e3f8bb 100644
--- a/src/popt.mk
+++ b/src/popt.mk
@@ -4,8 +4,8 @@
# popt
PKG := popt
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.15
-$(PKG)_CHECKSUM := d9bc3067a4e7e62ac0bd9818e8cd649ee0dd12dc
+$(PKG)_VERSION := 1.16
+$(PKG)_CHECKSUM := cfe94a15a2404db85858a81ff8de27c8ff3e235e
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://freshmeat.net/projects/popt/
@@ -20,10 +20,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && aclocal -I m4
- cd '$(1)' && autoheader
- cd '$(1)' && automake --add-missing
- cd '$(1)' && autoconf
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \