7
0

Accepting request 1039925 from home:dziobian:gulgul-ultron:19

- New upstream release 21.3.2
  * Updated Chromium to 106.0.5249.199
- Drop common.gypi-cpp-version.patch applied upstream
- Use gcc12 also on Leap as it's available now.
  * that way we use the same compiler version everywhere
- correct optflags not being applied for assembler files compiled wih gcc
  * add gcc-asmflags.patch
- correct a compiler warning in system-libbsd.patch
- remove more dead code

OBS-URL: https://build.opensuse.org/request/show/1039925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=51
This commit is contained in:
2022-12-03 23:54:17 +00:00
committed by Git OBS Bridge
parent 56f0973865
commit 64efbefb2c
8 changed files with 58 additions and 61 deletions

10
gcc-asmflags.patch Normal file
View File

@@ -0,0 +1,10 @@
--- webrtc-5005b/build/toolchain/linux/unbundle/BUILD.gn.old 2022-11-03 22:00:52.560610182 +0100
+++ webrtc-5005b/build/toolchain/linux/unbundle/BUILD.gn 2022-12-02 18:00:45.728794737 +0100
@@ -11,6 +11,7 @@
nm = getenv("NM")
ld = cxx
+ extra_asmflags = getenv("CFLAGS")
extra_cflags = getenv("CFLAGS")
extra_cppflags = getenv("CPPFLAGS")
extra_cxxflags = getenv("CXXFLAGS")