SHA256
1
0
forked from pool/elfutils

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:
Dominique Leuenberger 2022-05-05 21:04:24 +00:00 committed by Git OBS Bridge
commit 76f46649eb
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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