SHA256
1
0
forked from pool/meson

Accepting request 700080 from home:marxin:branches:devel:tools:building

- Add gcc9-sanitizer.patch in order to handle unresolved symbols with
  -fsanitize=*. It's caused by sanitizer wrappers and our default --as-needed
  that we use as SUSE in our linker build (boo#1127953).

OBS-URL: https://build.opensuse.org/request/show/700080
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=136
This commit is contained in:
2019-05-14 11:37:01 +00:00
committed by Git OBS Bridge
parent 80d4534014
commit f20fd6617c
3 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 2 11:06:47 UTC 2019 - Martin Liška <mliska@suse.cz>
- Add gcc9-sanitizer.patch in order to handle unresolved symbols with
-fsanitize=*. It's caused by sanitizer wrappers and our default --as-needed
that we use as SUSE in our linker build (boo#1127953).
-------------------------------------------------------------------
Wed Apr 17 11:51:11 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>