Automatically set glibc_release_url based on glibcrelease
This commit is contained in:
parent
04b4101e8f
commit
2999128764
@ -9,7 +9,8 @@
|
||||
# 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/
|
||||
%{lua: if not string.match(rpm.expand("%glibcversion"), "%.*.90$") then
|
||||
rpm.define("glibc_release_url http://ftp.gnu.org/gnu/glibc/") end}
|
||||
##############################################################################
|
||||
# We support hte following options:
|
||||
# --with/--without,
|
||||
|
Loading…
Reference in New Issue
Block a user