quilt: make it possible to override the path to getopt (based on patch from #9842)
[openwrt.git] / tools / mpc / Makefile
index 3898830..ab799b2 100644 (file)
@@ -7,21 +7,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpc
-PKG_VERSION:=0.8.1
+PKG_VERSION:=0.8.2
 
 PKG_SOURCE_URL:=http://www.multiprecision.org/mpc/download/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=5b34aa804d514cc295414a963aedb6bf
+PKG_MD5SUM:=e98267ebd5648a39f881d66797122fb6
 
 include $(INCLUDE_DIR)/host-build.mk
 
 unexport CFLAGS
 
-ifeq ($(HOST_OS),Darwin)
-  GNU_HOST_NAME:=
-  HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS))
-endif
-
 HOST_CONFIGURE_ARGS += \
        --enable-static \
        --disable-shared \
This page took 0.024767 seconds and 4 git commands to generate.