From bb0721635127c9a9eca528f5becb4acb8cdc6c59 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 17 Feb 2015 18:24:55 +0530 Subject: [PATCH] Set glibc_release_url since we're now using a release tarball --- glibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 4a794d6..5ae66c9 100644 --- a/glibc.spec +++ b/glibc.spec @@ -9,7 +9,7 @@ # gzip -9 $(git describe --match 'glibc-*').tar # # glibc_release_url is only defined when we have a release tarball. -# % define glibc_release_url http://ftp.gnu.org/gnu/glibc/ +%define glibc_release_url http://ftp.gnu.org/gnu/glibc/ ############################################################################## # If run_glibc_tests is zero then tests are not run for the build. # You must always set run_glibc_tests to one for production builds.