diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 11:25:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 11:25:11 +0200 |
commit | c6ad4e2ef5328dc518016a178c5b3b4063287556 (patch) | |
tree | e6b621b7202474fa34904cc9bd451d489ac160b6 /toolchain | |
parent | 3798cd5e7ed9451e28319e917a571602d0259444 (diff) |
fix glibc git compile
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/glibc/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc index 287254733..5b0677c9b 100644 --- a/toolchain/glibc/Makefile.inc +++ b/toolchain/glibc/Makefile.inc @@ -3,7 +3,7 @@ PKG_NAME:= glibc ifeq ($(ADK_LIBC_VERSION),git) -PKG_VERSION:= git +PKG_VERSION:= 2.19.90 PKG_REPO:= git://sourceware.org/git/glibc.git else PKG_VERSION:= $(ADK_LIBC_VERSION) @@ -11,6 +11,7 @@ PKG_SITES:= ${MASTER_SITE_GNU:=glibc/} endif PKG_RELEASE:= 1 PKG_MD5SUM:= e26b8cc666b162f999404b03970f14e4 +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz GLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \ --host=$(GNU_TARGET_NAME) \ --with-headers=$(STAGING_TARGET_DIR)/usr/include \ |