forked from pool/nodejs-electron
- 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
11 lines
393 B
Diff
11 lines
393 B
Diff
--- 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")
|