tools/mpfr: add GNU source
fixes https://dev.openwrt.org/ticket/14519 mpfr is available from GNU too see: https://gforge.inria.fr/forum/forum.php?forum_id=11263 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 38912
This commit is contained in:
parent
cba772f5bc
commit
8a35c5936f
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=mpfr
|
||||
PKG_VERSION:=3.1.2
|
||||
|
||||
PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) \
|
||||
@GNU/mpfr
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_MD5SUM:=ee2c3ac63bf0c2359bf08fc3ee094c19
|
||||
|
||||
|
|
Loading…
Reference in a new issue