forked from pool/binutils
- Use https for variosu links.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=411
This commit is contained in:
parent
8c85dadfb5
commit
1d5ec0b679
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 25 10:23:35 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use https for variosu links.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 25 08:56:09 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed May 25 08:56:09 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ Release: 0
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
URL: http://www.gnu.org/software/binutils/
|
URL: https://www.gnu.org/software/binutils/
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -316,7 +316,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
%define common_flags CFLAGS="${RPM_OPT_FLAGS}" CXXFLAGS="${RPM_OPT_FLAGS}" \\\
|
%define common_flags CFLAGS="${RPM_OPT_FLAGS}" CXXFLAGS="${RPM_OPT_FLAGS}" \\\
|
||||||
--prefix=%{_prefix} --libdir=%{_libdir} \\\
|
--prefix=%{_prefix} --libdir=%{_libdir} \\\
|
||||||
--infodir=%{_infodir} --mandir=%{_mandir} \\\
|
--infodir=%{_infodir} --mandir=%{_mandir} \\\
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \\\
|
--with-bugurl=https://bugs.opensuse.org/ \\\
|
||||||
--with-pkgversion="GNU Binutils; %{DIST}" \\\
|
--with-pkgversion="GNU Binutils; %{DIST}" \\\
|
||||||
--with-separate-debug-dir=%{_prefix}/lib/debug \\\
|
--with-separate-debug-dir=%{_prefix}/lib/debug \\\
|
||||||
--with-pic --with-system-zlib --build=%{HOST}
|
--with-pic --with-system-zlib --build=%{HOST}
|
||||||
@ -407,7 +407,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux"
|
|||||||
%endif
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=https://bugs.opensuse.org/ \
|
||||||
--with-pkgversion="GNU Binutils; %{DIST}" \
|
--with-pkgversion="GNU Binutils; %{DIST}" \
|
||||||
--with-system-zlib \
|
--with-system-zlib \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
|
Loading…
Reference in New Issue
Block a user