OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 5... Line 5...
5 # See /LICENSE for more information. 5 # See /LICENSE for more information.
6 # 6 #
7 include $(TOPDIR)/rules.mk 7 include $(TOPDIR)/rules.mk
Line 8... Line 8...
8   8  
9 PKG_NAME:=mpfr 9 PKG_NAME:=mpfr
10 PKG_VERSION:=4.0.2 10 PKG_VERSION:=4.0.1
Line 11... Line 11...
11 PKG_CPE_ID:=cpe:/a:mpfr:gnu_mpfr 11 PKG_CPE_ID:=cpe:/a:mpfr:gnu_mpfr
-   12  
12   13 PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) \
13 PKG_SOURCE_URL:=@GNU/mpfr http://www.mpfr.org/mpfr-$(PKG_VERSION) 14 @GNU/mpfr
Line 14... Line 15...
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz 15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 PKG_HASH:=1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a 16 PKG_HASH:=67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e
Line 16... Line 17...
16   17  
Line 17... Line 18...
17 HOST_BUILD_PARALLEL:=1 18 HOST_BUILD_PARALLEL:=1
18 HOST_FIXUP:=autoreconf 19 HOST_FIXUP:=autoreconf
19   20  
20 include $(INCLUDE_DIR)/host-build.mk -  
21   21 include $(INCLUDE_DIR)/host-build.mk
Line 22... Line 22...
22 HOST_CONFIGURE_ARGS += \ 22