Accepting request 999403 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/999403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=20
This commit is contained in:
commit
6d3743d367
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 07:36:18 UTC 2022 - Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
- Update to 20220826
|
||||
- Speed up objdump scanning binaries for source files (boo#1202431)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 12:38:29 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%define _rpmmacrodir %{_sysconfdir}/rpm
|
||||
%endif
|
||||
Name: mingw64-filesystem
|
||||
Version: 20220805
|
||||
Version: 20220826
|
||||
Release: 0
|
||||
Summary: MinGW base filesystem and environment
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -9,6 +9,10 @@ if [ -n "$1" ]; then
|
||||
BUILDDIR="$1"
|
||||
fi
|
||||
|
||||
# speed up running objdump, see bug https://bugzilla.opensuse.org/show_bug.cgi?id=1202431
|
||||
export MALLOC_CHECK_=0
|
||||
export MALLOC_PERTURB_=0
|
||||
|
||||
# generate separate debuginfo and debugsource or single debug package combining both
|
||||
if [ -n "$2" ]; then
|
||||
SINGLE_DEBUG_PACKAGE=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user