mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 23:12:48 +00:00
Fix bug URL
This commit is contained in:
parent
e8afd41aae
commit
2ae594a091
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ Source0: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz
|
||||||
#Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig
|
#Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig
|
||||||
#endif
|
#endif
|
||||||
%endif
|
%endif
|
||||||
Release: 8
|
Release: 9
|
||||||
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.gnu.org/software/libc/
|
Url: http://www.gnu.org/software/libc/
|
||||||
|
@ -1183,7 +1183,7 @@ function BuildGlibc() {
|
||||||
$MultiArchFlags \
|
$MultiArchFlags \
|
||||||
--enable-kernel=%{enablekernel} \
|
--enable-kernel=%{enablekernel} \
|
||||||
--with-headers=$KernelHeaders ${1+"$@"} \
|
--with-headers=$KernelHeaders ${1+"$@"} \
|
||||||
--with-bugurl=%{bugurl}
|
--with-bugurl="https://bugzilla.rosalinux.ru"
|
||||||
|
|
||||||
# FIXME drop -j1 if the Makefiles ever get fixed for parallel build
|
# FIXME drop -j1 if the Makefiles ever get fixed for parallel build
|
||||||
if [ "$BuildAltArch" = "yes" ]; then
|
if [ "$BuildAltArch" = "yes" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue