Updating link to change in openSUSE:Factory/elfutils revision 96.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=77bd52915b1f36e444751656a024e253
This commit is contained in:
parent
1f954e857c
commit
064347ec22
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 07:30:54 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Do not set DEBUGINFOD_URLS for anything older than Tumbleweed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 07:16:29 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -124,7 +124,10 @@ CFLAGS+=" -fPIC"
|
||||
autoreconf -fi
|
||||
# some patches create new test scripts, which are created 644 by default
|
||||
chmod a+x tests/run*.sh
|
||||
%configure --enable-debuginfod-urls=https://debuginfod.opensuse.org/ \
|
||||
%configure \
|
||||
%if %{suse_version} > 1500
|
||||
--enable-debuginfod-urls=https://debuginfod.opensuse.org/ \
|
||||
%endif
|
||||
--program-prefix=eu-
|
||||
%make_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user