Accepting request 974309 from Base:System
- Do not set DEBUGINFOD_URLS for anything older than Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/974309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=96
This commit is contained in:
commit
76f46649eb
@ -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>
|
Tue Apr 26 07:16:29 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -124,7 +124,10 @@ CFLAGS+=" -fPIC"
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
# some patches create new test scripts, which are created 644 by default
|
# some patches create new test scripts, which are created 644 by default
|
||||||
chmod a+x tests/run*.sh
|
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-
|
--program-prefix=eu-
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user